Changes

Jump to: navigation, search

MySQL Regular Expression Searches

387 bytes added, 18:42, 19 October 2007
Regular Expression Repetition Metacharacters
+-----------+------------------------+--------------------+
2 rows in set (0.00 sec)
 
== Matching by Text Position ==
 
== Location Specific Matches ==
 
The final area of regular expressions to cover in this chapter involves matching based on the location of text in a string. For example, we may want to find a particular match that requires that a word appears at the beginning or end of a piece of text. Once again, this requires the use of some special metacharacters:

Navigation menu