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