Answers for "delete all characters in string php"

PHP
-1

php remove control characters from string

preg_replace('/[[:cntrl:]]/', '', $input);
Posted by: Guest on June-29-2021

Code answers related to "delete all characters in string php"

Browse Popular Code Answers by Language