Remove accent built-in string function

I often have to remove accents from strings to standardize data entries using Textblaze. I love the trim() and proper() functions for that, wondering if it's possible to have a function to turn special characters (accent letters mostly) into regular letters. maybe a simple()

community solution in the meantime: