Is there an easy way to replace accents?
I have been using this formula:
value.replace("á","a").replace("Í", "Í").replace("ó","o")
Is there an easy way to replace accents?
I have been using this formula:
value.replace("á","a").replace("Í", "Í").replace("ó","o")
There's not a good way to do this simply using GREL, but you can switch your expression language to Python and use this: