php replace number and underscore with space code example Example: php replace space with underscore $str = str_replace(' ', '_', $str);