regex-username icon indicating copy to clipboard operation
regex-username copied to clipboard

GitHub allows single character usernames and usernames with multiple instances of single hyphens

Open dguo opened this issue 7 years ago • 0 comments

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.

dguo avatar Mar 02 '18 23:03 dguo