You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.
SubstitutablesaStringWoAccents, aString Can be any variable or object attribute having the type String.
  • No labels