remove-strings-diacritics
Web icon

Remove Strings Diacritics 

version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 13 May 2022
 by 
0.0
 (0 ratings)
remove-strings-diacritics

Remove Strings Diacritics 

Documentation
1.0.0

This Asset was done to provide an easy way to remove diacritics from a String.


To use the function follow the given instructions:

1)Import the dependency to your project;

2) Use the function: "RemoveDiacritics" to remove the Diacritic. The function receive one input with the String and gives back an Output with the String without diacritics.

Ex.: Given String : Maçã

RemoveDiacritics(maçã)

The output would be Output: maca.