I would like to know how I can replace exactly words in PHP , I currently have this:
$string = "Despues de tomar no maneje, es mejor llamar un taxi";
$exceptions = array(
"de" => "DE",
"es" => "ES"
);
$conver = str_repl...
asked by
08.11.2017 / 18:58