regexr: Readable Regular Expressions

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.

Getting started

Package details

AuthorTyler Rinker [aut, cre]
MaintainerTyler Rinker <tyler.rinker@gmail.com>
LicenseGPL-2
Version1.1.0
URL http://trinker.github.com/regexr/
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("regexr")

Try the regexr package in your browser

Any scripts or data that you put into this service are public.

regexr documentation built on May 29, 2017, 5:57 p.m.