[thelist] MySQL REGEXP Help

Joel D Canfield joel at bizba6.com
Thu Feb 14 18:16:11 CST 2008


> select entryID, linkTitle from entries where narrative REGEXP
> '^[/.][a-zA-Z]*' order by entryID asc

wild blue guess: should the period be escaped as

    \.

with a whack instead of a slash, as you have it?

joel



More information about the thelist mailing list