PHP удалить символы управления из строки
preg_replace('/[[:cntrl:]]/', '', $input);
Wicked Worm
preg_replace('/[[:cntrl:]]/', '', $input);