PHP Substitua
str_replace ($search, $replace, $subject);
Grepper
str_replace ($search, $replace, $subject);
$words = preg_replace('/[0-9]+/', '', $words);
$new_string = str_replace( $take_out, $put_in, $string);