php clean all spaces code example Example: remove all spaces php $string = "this is my string" $string = preg_replace('/\s+/', '', $string);