I want to write a regex to remove all non alpha characters, as follows:
björn -> björn
Barry's -> barrys
Who? -> who
Cibé? -> cibé
I'd -> id
ice-cream -> icecream
No!!! -> no
[{brackets}] -> brackets
~inv3rse -> invrse
and to convert all characters to their lowercase versions. How do I do this for all languages or at least for European languages using the Latin script?