The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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 |
#2
|
||||
|
||||
![]()
Try ^[a-zA-Z0-9]+$
I do not know what you mean by "only capitals (non-capitals)". That seems to be somewhat contradicitve... |
#3
|
|||
|
|||
![]()
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]+$ |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|