The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hello. I want to disable registrations with multi-language usernames. User must register his name only in latin letters or only in russian. I have the following regular expression:
Code:
^[a-z0-9_@().-]{4,25}$|^[а-яА-ЯЁё0-9_@().-]{4,25}+$
|
![]() |
|
|