You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The second square closing brace should be the curly brace to represent quantifiers properly. So, the regex should be ^[a-z0-9_-]{3,15}$ rather than ^[a-z0-9_-]{3,15]$.