add character in place of space in string php code example Example: remove every whitespace php $string = preg_replace('/\s+/', '', $string);