Changes

Jump to navigation Jump to search
7 bytes added ,  22:46, February 8, 2010
matched from left to right and is processed one token at a time
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 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 matched from left to right and is processed one [[token]] 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
 
* '+' - the previous construction is matched 1 or more times
 
* '+' - the previous construction is matched 1 or more times
Siteadmin, Check users, nsTeam1RO, nsTeam1RW, nsTeam1_talkRO, nsTeam1_talkRW, oversight, Administrators
30,650

edits

Navigation menu