26.2 26.1 26.0 25.3 25.2 25.1 25.0
26.2 26.1 26.0 25.3 25.2 25.1 25.0

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.

Related Pages: