I have a client that wants to search table fields for strings, and
ignore any-non alphanumeric character in the field. (match only the
alphanumeric portion of the field, and discard the rest)

for example, a search for apple would return true on the following record

a**__-p p   + l ^^   @e

I have some experience with Regular expressions, but I'm stumped on this one.

Any help is appreciated.

Thanks,
Scott.

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to