Replacement String Conditionals| www.regular-expressions.info
In Perl’s regex flavor, and compatible flavors, you can use a special construct to create conditional if-then-else regular expressions.| www.regular-expressions.info
Learn how to use PHP’s three sets of regular expression functions| www.regular-expressions.info
Delphi Regular Expressions Classes| www.regular-expressions.info
Named Capturing Groups and Backreferences| 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, 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
Learn how to use the regular expression classes that are part of the JDK 1.4 and later.| www.regular-expressions.info