|
http://www.regextester.com/
|
Ex'pression College
|
|
|
|
|
Regular expression - Wikipedia on Ask.com
In computing, regular expressions , also referred to as regex or regexp , provide a concise and flexible means for matching strings of text, such as particular characters, words, or patterns of ...
View article on Wikipedia »
ask.com/wiki/Regular_expression |
|
|
Regular expression examples - Wikipedia on Ask.com
A regular expression ( also "RegEx" or "regex" ) is a string that is used to describe or match a set of strings according to certain syntax rules. The specific syntax rules vary depending on the speci...
View article on Wikipedia »
ask.com/wiki/Regular_expression_examples |
|
|
Reference of the various syntactic elements that can appear in regular expressions ... All characters except the listed special characters match a single instance of themselves. { and } are literal characters, unless they're part of a valid regular expression token (e.g. the {n} quantifier).
|
|
|
A regular expression (regex or regexp for short) is a special text string for describing a search pattern. You can think of regular expressions as wildcards on steroids. You are probably familiar with wildcard notations such as *.txt to find all text files in a file manager.
|
|
|
Regular Expression Library provides a searchable database of regular expressions. Users can add, edit, rate, and test regular expressions. ... RegExLib.com - The first Regular Expression Library on the Web!
|
|
|
Just what is a regular expression anyway? ... There are a few variations in regular expression syntax between different tools that use them. Some tools add enhanced capabilities that are not available everywhere. In general, for the simplest cases, this tutorial will use examples based around grep or sed.
|
|
|
Regular Expression Definitions ... entire regular expression ... Regular Expression General Requirements...
|