Documentation
removeaccents
usage
string removeaccents ( string my_string )
paramètres
my_string : the string from which you want to strip accented characters. These accented characters will be replaced by their lowercase canonical form.
retourne
Returns a string without accented characters.