Regent - eliminate routine text modifications!

Home

Order

Download

Documentation

Support

ECMAScript Regular Expressions

ECMAScript regular expressions language is a subset of Perl compatible regular expressions. This language is supported for example by C++ standard library.

Comparing with Perl compatible regular expressions ECMAScript regular expressions don't support positive and negative lookbehind, [[:blank:]] and [[:word:]] character classes.

Download Regent - Automatically generate regular expressions from text example.