PHP usuń znaki sterujące z ciągu
preg_replace('/[[:cntrl:]]/', '', $input);
Wicked Worm
preg_replace('/[[:cntrl:]]/', '', $input);