Non-Printable Characters| www.regular-expressions.info
In a regular expression, square brackets are used to indicate character classes, which matches any of the characters in the character set.| www.regular-expressions.info
Learn how to use PHP’s three sets of regular expression functions| www.regular-expressions.info
Learn how to use the regular expression classes that are part of the Microsoft .NET (dot net) Framework, and can be readily used in any .NET programming language such as C# (C sharp) or Visual Basic.NET| 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, POSIX bracket expressions can be used to match one of a certain kind of characters.| www.regular-expressions.info
PCRE (Perl Compatible Regular Expressions) is an open source library written in C that allows developers to add regular expression support to their applications. The library is compatible with a great number of C compilers and operating systems.| www.regular-expressions.info
The Just Great Software regular expression engine provides a powerful blend of the most popular regular expression flavors| www.regular-expressions.info
Learn how to use the regular expression classes that are part of the JDK 1.4 and later.| www.regular-expressions.info
Unicode Regular Expressions| www.regular-expressions.info
Learn how to remove characters that are not letters or numbers from a string| gosamples.dev