[notCharacter]
notCharacter will match anything but a character. The opposite of the character value.
Usage
[character]
Regex
[^A-Za-z\u00C0-\u017F]
notCharacter will match anything but a character. The opposite of the character value.
[character]
[^A-Za-z\u00C0-\u017F]