Replacement String Conditionals| www.regular-expressions.info
Replacement Text Case Conversion| www.regular-expressions.info
Sample Regular Expressions| www.regular-expressions.info
A list of popular tools, utilities and programming languages that provide support for regular expressions, and tips for using them| 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
Numbered Backreferences| www.regular-expressions.info
PCRE2 (Perl Compatible Regular Expressions v2) 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
In a regular expression, parentheses can be used to group regex tokens together and for creating backreferences. Backreferences allow you to reuse part of the regex match in the regex, or in the replacement text.| 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