The preg_replace function is not behaving the way I did. When I run the code $string = preg_replace("/[ÁÀÂÃÄáàâãä]/", "a", $string); what I get returned is a string full of "a's." If the string has "ÀÀ á â Í Í ì" "a a a a a a a a a...
asked by
02.06.2016 / 15:14