I want something like [A-z]
that counts for all alphabetic characters plus stuff like ö
, ä
, ü
etc.
If i do [A-ü]
i get probably all special characters used by latin languages but it also allows other stuff like ¿¿]|{}[¢§øæ¬°µ©¥
Example: https://regex101.com/r/tN9gA5/2
Edit: I need this in python2.