Useful notes & manuals
from the
world wide web
L:
P:
Register now!
Remove unwanted symbols from the text PHP
Solution from: unknown Created on 09.06.2023 @ 11:07

<?
$search = preg_replace("/[^(w)|(x7F-xFF)|(s)]/", " ", $search);
?>

symbol   remove   unwanted   regexp   preg   replace   validation
 
Created by THE LOST WEB © 2009-2012