![]() |
limiting usernames to A-Z(a-z) 0-9
So I want to limit user name's (on sign-up) to only capitals (non-capitals) and numbers (0-9). I'm not exactly sure how to accomplish that...
any help would be appreciated. Running v.3.8.4 |
Try ^[a-zA-Z0-9]+$
I do not know what you mean by "only capitals (non-capitals)". That seems to be somewhat contradicitve... |
I think I looked into this last time and found that using a regex won't work for limiting the case unless you go into the source and modify the code.
The code has been made case insensitive by default, I can't remember where I saw it. *looks* Limiting to only numbers and letters is accomplishable though: ^[a-zA-Z0-9]+$ |
All times are GMT. The time now is 09:58 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|