Home Documentation Download Order

Regent Regent

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.