Regex support part of the standard C++ library defined in C++11 and previously in TR1| www.regular-expressions.info
Detailed description of the capabilities of the JavaScript RegExp Object, defined in the ECMA-262 standard.| www.regular-expressions.info
In a regular expression, shorthand character classes match a single character from a predefined set of characters.| www.regular-expressions.info
In a regular expression, POSIX bracket expressions can be used to match one of a certain kind of characters.| www.regular-expressions.info
Explains the two regex flavors defined in the POSIX standard: Basic Regular Expressions and Extended Regular Expressions| www.regular-expressions.info
Regex support part of the Boost C++ source library| www.regular-expressions.info
In a regular expression, the caret matches the concept “start of string”, while the dollar sign matches “end of string”| www.regular-expressions.info