regex-username
regex-username copied to clipboard
GitHub allows single character usernames and usernames with multiple instances of single hyphens
If you put foo-foo-foo into the username field on the homepage, it's allowed. But this regex will return false for it.
This regex also blocks single character usernames, which aren't prohibited by the specified rules.