I have the following function that is used to take special characters from a string:
function removeSpecialChars($string){
//List (Array) of special chars
$pattern = array("/(á|à|ã|â|ä)/","/(Á|À|Ã|Â|Ä)/","/(é|è|ê|ë)/","/(É|È|Ê|Ë)/","/(í|ì|...
asked by
11.12.2018 / 14:10