$re = '/$/m';
$str = 'title_shoot_0001
title_shoot_0002
title_shoot_0003
title_shoot_0004
title_shoot_0005
title_shoot_0006
title_shoot_0007
title_shoot_0008
title_shoot_0009
title_shoot_0010';
$subst = "_photographer";
$result = preg_replace($re, $subst, $str);
echo "The result of the substitution is ".$result;
Please keep in mind that these code samples are automatically generated and are not guaranteed to work. If you find any syntax errors, feel free to submit a bug report. For a full regex reference for PHP, please visit: http://php.net/manual/en/ref.pcre.php