A normal regexp to allow letters only would be \"[a-zA-Z]\" but I\'m from, Sweden so I would have to change that into \"[a-zåäöA-ZÅÄÖ]\". But suppose I don
See character categories selection with \p and \w unicode semantics.
\p
\w