I have a big text (consider html) and I need to set in bold a substring. I have the substring unaccentuated, but I need to convert also the accentuated parts.
if I have
a : á ä, ...
c: ç
...
sao matches são, säo, ... but not asaob
How do I do this in a clean and fast way?
Start Free Trial