Published
- 1 min read
javascript regex for usernames
The solution for this is noted below
javascript regex for usernames
Solution
var usernameRegex = /^[a-zA-Z0-9]+$/
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
var usernameRegex = /^[a-zA-Z0-9]+$/
Try other methods by searching on the site. That is if this doesn’t work