Regexp replace in match, multiple times

I would like to replace é with e, á with a, ú with u, all for one word, in a match .
Can this be done, and if so, how?

1 Like

You mean é, á and ú are all in the same word? As in rénátú (invented word)? And the order must be that or could be another as in ránúté?
If it must be on the order you indicated then look at regex101: build, test, and debug regex
If the order is free, I couldn’t find any solutions.

That example does not help, since the amount of é can be different as well. Thanks for the effort though.

1 Like