/ Published in: Other
Expand |
Embed | Plain Text
$new_string = preg_replace("/[^a-zA-Z0-9\s]/", "", $string);
You need to login to post a comment.
$new_string = preg_replace("/[^a-zA-Z0-9\s]/", "", $string);
You need to login to post a comment.