rumorsmatrix_

Remove control characters from PHP string

preg_replace('/[[:cntrl:]]/', '', $input);

bookmark