normalize

Transforms a string into ASCII format by replacing accents and special characters with their closest unaccented equivalent.
normalize($data ) : String | List | Dict
$data.normalize( ) : String | List | Dict
Parameters
$data String | List | Dict | Int | Float

Int and Float are casted to String.

See also

Casting to remove accents from a String