Learn how to use regular expressions with Ruby and the Ruby Regexp class| www.regular-expressions.info
Named Capturing Groups and Backreferences| 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
The Perl programming language, originally designed for text-processing only, is the main cause for the popularity that regular expressions enjoy nowadays. Mainly because Perl’s regex engine introduced many new powerful features, and because regexes are part of the Perl syntax, and not an add-on library as with most other languages.| www.regular-expressions.info
Detailed description of the capabilities of the JavaScript RegExp Object, defined in the ECMA-262 standard.| 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
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
Regex support part of the Boost C++ source library| www.regular-expressions.info