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.
Copyright 2003 - 2012 Sergey Vlasov