Chojo
Active member
Hi, I'm using an expression to contain username for only alpha numeric but some users are able to create their username with special characters
My expression: ^[a-zA-Z0-9_.-àöäüÖÄÜß\s]+$
Example of special characters: ¤
Dunno how I can block that? Sorry for my poor english and ty for the help.
My expression: ^[a-zA-Z0-9_.-àöäüÖÄÜß\s]+$
Example of special characters: ¤
Dunno how I can block that? Sorry for my poor english and ty for the help.