remove special chars
Posted: Tue Feb 06, 2007 7:03 am
I have searched around for a method to remove all special characters (question marks, commas etc.) from some text, but can't seem to find one is there one which will turn it into plain text.
Sample input: 'this is a question, do you like it?'
Sample output: 'this is a question do you like it'
Have tried php.net but you guys will probaby know better.
Thanks very much, tom
Sample input: 'this is a question, do you like it?'
Sample output: 'this is a question do you like it'
Have tried php.net but you guys will probaby know better.
Thanks very much, tom