- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
I'm currently trying to restrict the characters that user's can out in their usernames.
I'm trying to restrict to just
Code:
which doesn't appear to work but even when I try
Code:
(suggested ) I get the same error message.
I have tried making this change from both my desktop and phone, admittedly Chrome on both. Logged out of the admin portal and logged back in. I've also used an online regex tester and it appears to work fine.
Am...
I'm trying to restrict to just
Code:
^[a-zA-Z0-9_\-]$
which doesn't appear to work but even when I try
Code:
^[a-zA-Z0-9]$
(suggested ) I get the same error message.
I have tried making this change from both my desktop and phone, admittedly Chrome on both. Logged out of the admin portal and logged back in. I've also used an online regex tester and it appears to work fine.
Am...
نام موضوع : User regex always saying invalid