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
This regex allows only valid symbols through:
[a-zA-ZÀ-ÿ ]