Hi,
I have a large usertable where usernames have even dots (.), spaces(" ") , dashes (-) and underscores ().
At least for new users I want to limit the characters they can use in the username field - only a-z, A-B, 0-9, etc..
how do I achieve this.. do I need a regex code?
Does someone have a regex code that will work?