stringutilsforintegration-xif
Service icon

Normalize String

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 20 August 2020
 by 
0.0
 (0 ratings)
stringutilsforintegration-xif

Normalize String

Details
Normalize some string removing accents & diacritics from list of Unicode Characters of Category “Nonspacing Mark”.
Read more

Normalize some string removing accents & diacritics (and not the letters) from list of Unicode Characters of Category “Nonspacing Mark”.

It would be the same of using Normalization Form Canonical Decomposition (NFD) in JS ( like ã = a~ and the regex to replace ~ for ''). The difference would be when you should fetch data from a non-UI source and apply the function on server-side (need something that works in a server action).

Release notes (1.0.0)
Reviews (0)
Team
Other assets in this category