An R framework for constructing and managing human readable regular expressions. It aims to provide tools that enable the user to write regular expressions in a way that is similar to the ways R code is written. The tools allow the user to (1) write in smaller, modular, named, sub-expressions, (2) write top to bottom, rather than a single string (3) comment individual chunks, (4) indent expressions to clearly present regular expression groups, (5) add vertical line spaces and R comments (i.e., #), and (6) test the validity of the concatenated expression and the modular sub-expressions.
Version: | 1.1.0 |
Depends: | R (≥ 3.1.0) |
Suggests: | testthat, qdapRegex (≥ 0.2.0) |
Published: | 2015-08-16 |
Author: | Tyler Rinker [aut, cre] |
Maintainer: | Tyler Rinker <tyler.rinker at gmail.com> |
BugReports: | http://github.com/trinker/regexr/issues |
License: | GPL-2 |
URL: | http://trinker.github.com/regexr/ |
NeedsCompilation: | no |
Citation: | regexr citation info |
Materials: | README NEWS |
CRAN checks: | regexr results |
Reference manual: | regexr.pdf |
Package source: | regexr_1.1.0.tar.gz |
Windows binaries: | r-devel: regexr_1.1.0.zip, r-release: regexr_1.1.0.zip, r-oldrel: regexr_1.1.0.zip |
OS X El Capitan binaries: | r-release: regexr_1.1.0.tgz |
OS X Mavericks binaries: | r-oldrel: regexr_1.1.0.tgz |
Old sources: | regexr archive |
Please use the canonical form https://CRAN.R-project.org/package=regexr to link to this page.