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
RegexBuddy is your perfect companion for working with regular expressions. Learning, creating, understanding, testing, using and saving regular expressions has never been easier.| 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
Detailed description of the capabilities of the JavaScript RegExp Object, defined in the ECMA-262 standard.| www.regular-expressions.info
Specifying Modes Inside The Regular Expression| 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
Explanation of the regular expression flavor used in the XML Schema standard| www.regular-expressions.info
PowerGREP is a powerful Windows grep tool for searching through files and folder, performing complex search and replace operations across a variety of files, and collecting information and statistics from files.| 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
Unicode Regular Expressions| www.regular-expressions.info
Test for a match, or test for failure, without actually consuming any characters.| www.regular-expressions.info