The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
How can i make it that the first character of a username MUST be a letter?
|
#2
|
||||
|
||||
![]() Code:
/^([a-z]{1})(.*)$/i |
#3
|
|||
|
|||
![]()
Thank you, i put that in username regular expressions, and it will also let it be upper or lower case?
Thanks so much --------------- Added [DATE]1214428689[/DATE] at [TIME]1214428689[/TIME] --------------- Just tested this, tried *test, it didn't let it through, great, tried 1test, it didn't let it through great, tried test, and it wouldn't let it through LOL Thanks in advance for looking into it. |
#4
|
||||
|
||||
![]() Code:
/^([a-z]{1})/i |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|