[snip]
I am creating a function that will remove punctuation from a string, 
however, I am wondering if PHP has a function somewhere that will do the

same.

Right now my approach is to cycle through an array of punctuation and
remove 
the items.

Anything already exist?
[/snip]

Have you looked at regular expressions? http://us4.php.net/regex

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to