I would like to know how I can remove accents from a string. For example, how can I transform "string test áéíóú" into "string test aeiou"?
I have to normalize some text to make comparisons, and this would be very helpful.
Tell me more
×
Mathematica Stack Exchange is a question and answer site for
users of Mathematica. It's 100% free, no registration required.
|
|
||||
|
|
To remove accents from a string I use this function:
So, if you apply it as |
|||
|
|
Your own method without extraneous reevaluation:
|
|||||||||||||
|
|
Works nicely:
Test:
|
||||
|
|

