Breadcrumbs

removeAccents() Operation

Syntax

set aStringWoAccents = aString.removeAccents();

Semantics

Removes all diacritical signs from the input string aString, e.g. รจ becomes e.

Limitations: Ligatures such as the french ล“ are not considered.

Substitutables

aStringWoAccents, aString

Can be any variable or object attribute having the type String.

๐Ÿ“—