Removing printing characters from a string using PHP
I am trying to removing some strange printing characters that are in several files, the contents of these files have been pulled into a PHP string. I have tried using preg_replace to remove the strange printing characters, but haven't had…