Мой шаблон:
Код: Выделить всё
$pattern = "/^[a-zA-Z0-9]+$/D";
Код: Выделить всё
$string = preg_replace(anything but $pattern, "", $string);
Подробнее здесь: https://stackoverflow.com/questions/239 ... characters
Код: Выделить всё
$pattern = "/^[a-zA-Z0-9]+$/D";
Код: Выделить всё
$string = preg_replace(anything but $pattern, "", $string);