[thelist] Mysql regexp

r937 rudy at r937.com
Thu Feb 7 19:20:07 CST 2008


...  regexp '^[a-z]*smith[a-z]*,$'

or

...  regexp '^[a-z]{0,}smith[a-z]{0,},$'

or

...  regexp '^[[:lower:]]*smith[[:lower:]]*,$'

or

...  regexp '^[[:lower:]]{0,}smith[[:lower:]]{0,},$'






More information about the thelist mailing list