Useful notes & manuals
from the
world wide web
whole library
my notes
Manuals
Android
(7)
CSS
(9)
HTML
(3)
JavaScript
(4)
mySQL
(0)
PHP
(9)
UNIX
(3)
Unsorted
(4)
My notes
Add note
L:
P:
Register now!
FreeHit counter
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