Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 24.0
Syntax
Code Block
languagenone
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.
rp
Panel
titleRelated Pages: