Remove annoying control characters from string
Some control characters (like the null or the bell character) can't be displayed as readable text. Commonly copy and paste is the reason. You don't need them in your string.
$str = preg_replace('/[\x00-\x09\x0B-\x1F\x7F]/', '', $str);
Written by Jamil Soufan
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#