Posted by ironcito on 12/17/05 23:11
Hello!
I have a string. I want to replace every character, except letters
and numbers, with a space. For example, "$%Hel**lo #World@!" would
become " Hel lo World ". How can I tell php to "replace everything
except this" instead of "replace this"?
Many thanks in advance!
Diego
Navigation:
[Reply to this message]
|