Created on 20 August 2020
icon_unfollowing
Login to follow
stringutilsforintegration-xif

Normalize String

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 20 August 2020 by 
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)
Category
Functional libraries & utilities, Other functions & libraries
Tags
Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
Normalize String has no dependencies.
Application Objects
Normalize String has 0 AOs.
Team
Compatible with
Version 11
Database:
All
Asset consumers
No consumers yet.
Weekly downloads