View Single Post
Old 28-07-2006, 10:00   #2 (permalink)
MikeMackay
Shun the non-believer
 
MikeMackay's Avatar
 
Join Date: Feb 2005
Location: Essex, UK
Posts: 1,784
Send a message via MSN to MikeMackay Send a message via Skype™ to MikeMackay
What about building a regexp that only allows [a-z][0-9] and spaces (if you want spaces allowed). Get it to delete everything else from the string, that should take care of removing absolutely everything.

Be careful with it though.

- Mike
  Reply With Quote