Explanation of the regular expression flavor used by the XQuery and XPath functions fn:matches, fn:replace and fn:tokenize.| www.regular-expressions.info
Learn how to use regular expressions with Ruby and the Ruby Regexp class| 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
Explanation how you can use regular expressions in Xojo (formerly REALbasic) with its built-in RegEx class| www.regular-expressions.info
Learn how to use PHP’s three sets of regular expression functions| www.regular-expressions.info
In a regular expression, the dot matches any character except line breaks.| 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
Learn how to use regular expressions with Tcl’s regexp and regsub commands| 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
Learn how to use the regular expression classes that are part of the JDK 1.4 and later.| www.regular-expressions.info