Explanation of the regular expression flavor used by the XQuery and XPath functions fn:matches, fn:replace and fn:tokenize.| www.regular-expressions.info
Non-Printable Characters| www.regular-expressions.info
In a regular expression, the dot matches any character except line breaks.| www.regular-expressions.info
Add whitespace, line breaks and comments to clarify cryptic regular expressions| 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
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, the caret matches the concept “start of string”, while the dollar sign matches “end of string”| www.regular-expressions.info
In regular expressions, \b anchors the regex at a word boundary or the position between a word and a non-word character, or vice versa.| www.regular-expressions.info