Non-Printable Characters| www.regular-expressions.info
Named Capturing Groups and Backreferences| www.regular-expressions.info
In a regular expression, the dot matches any character except line breaks.| www.regular-expressions.info
This tutorial teaches you how to create your own regular expressions, starting with the most basic regex concepts and ending with the most advanced and specialized capabilities.| www.regular-expressions.info
Add whitespace, line breaks and comments to clarify cryptic regular expressions| www.regular-expressions.info
Learn how to use regular expressions with Tcl’s regexp and regsub commands| 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
Learn how to use the regular expression classes that are part of the JDK 1.4 and later.| www.regular-expressions.info
EditPad Pro is a convenient text editor which supports regular expressions in its powerful search and replace functionality. You can also create custom syntax coloring or highlighting schemes using regular expressions.| 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