Zelkova
Member
Hello Xenforo Community!
I am trying to allow only alpha numeric + Hangul usernames on my site but I am not having any luck.
I am currently using the assistance of this thread to only allow alpha numeric
https://xenforo.com/community/threads/username-validation-regex.24291/
However upon trying to modify it to allow Hangul I am having a bit of trouble.
From what I understand \p{Hangul} should allow all Hangul characters.
How would I add it to my current expression? ^[a-zA-Z0-9]*$
I am trying to allow only alpha numeric + Hangul usernames on my site but I am not having any luck.
I am currently using the assistance of this thread to only allow alpha numeric
https://xenforo.com/community/threads/username-validation-regex.24291/
However upon trying to modify it to allow Hangul I am having a bit of trouble.
From what I understand \p{Hangul} should allow all Hangul characters.
How would I add it to my current expression? ^[a-zA-Z0-9]*$