str_replace all spaces php code example Example: php string replace space $journalName = preg_replace('/\s+/', '_', $journalName);