Skip to content

bigfunctions > remove_accents

remove_accents

Signature

remove_accents(str)

Description

Remove accents

Examples

select bigfunctions.eu.remove_accents('Voilà !')
select bigfunctions.us.remove_accents('Voilà !')
select bigfunctions.europe_west1.remove_accents('Voilà !')
+----------------+
| cleaned_string |
+----------------+
| Voila !        |
+----------------+