regular expression help
Posted: Mon Jul 01, 2002 9:53 am
Is there a fast way to replace all non-alphanumeric characters with a blank space?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
$done = ereg_replace("ї^ї:alnum:]]","",$raw);