Build regular expressions piece by piece using human readable code. This package contains Unicode functionality, and is primarily intended to be used by package developers.
This package contains the Unicode functionality for the rebus package. It is primarily intended for other R package developers. For interactive use, try rebus instead.
Regular expressions are a very powerful tool, but the syntax is terse enough to be difficult to read. This makes bugs easy to introduce and hard to find. This package contains functions to make building regular expressions easier.
To install the stable version, type:
install.packages("rebus.unicode")
To install the development version, you first need the devtools package.
install.packages("devtools")
Then you can install the rebus.unicode package using
library(devtools)install_github("richierocks/rebus.unicode")
TODO
0.0-2 Added ugc_* fns for Unicode General Categories. Added up_* fns for Unicode Properties. Added unicode_* fns for Unicode set operations. 0.0-1 First public version. Content extracted from rebus.