replace characters with accent with their base letter
MarwimAug 16 2010 — edited May 16 2013Hello,
I need to replace characters with an accent with their base letter
á => a
ñ => n
I can use equivalence classes like [[=n=]] in regexp_replace, but then I need to call it for each base letter. Is there a simpler way?
Regards
Marcus