Hacker News new | ask | show | jobs
by gs17 171 days ago
It's odd that they focused so much on "it's better than regexes" when it doesn't handle these cases where a regex would do well.
1 comments

The comment on regex was really because that's what I did when I built internal reserved usernames list of 2 of my URL shortener projects. I love regex, btw. BUT, I don't think they cover all of what we need with usernames specifically. Shared some more insights on the thread about variations too (like underscores etc.).