Changes

Jump to navigation Jump to search
283 bytes added ,  22:46, February 8, 2010
a pattern describing a certain amount of text.
Line 1: Line 1:  +
A '''regular expression''' is used in computer software to define a sequence of characters.<ref>"A regular expression, or regex for short, is a pattern describing a certain amount of text." [http://www.regular-expressions.info/quickstart.html Regular Expression Quick Start] </ref>
 +
 
A regular expression is read from left to right and is processed one piece at a time.  Certain characters have special meanings within the description of a regular language:
 
A regular expression is read from left to right and is processed one piece at a time.  Certain characters have special meanings within the description of a regular language:
 
* '*' - the previous construction is matched 0 or more times
 
* '*' - the previous construction is matched 0 or more times
Siteadmin, Check users, nsTeam1RO, nsTeam1RW, nsTeam1_talkRO, nsTeam1_talkRW, oversight, Administrators
30,650

edits

Navigation menu