| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Signed-off-by: Pecacheu <3608878+Pecacheu@users.noreply.github.com>
There was a problem hiding this comment.
LGTM 🐇
Sorry, something went wrong.
|
These two regex tests are not the same. The original is omitting I and L, probably for ambiguity reasons. |
Sorry, something went wrong.
Uh oh Hmm, looks like it's missing four, in fact: I, L, O, and U. Which makes sense now that I think about it because it is base32... But there's 26 letters in the alphabet, and 10 numbers... So, four letters need to be dropped or else the math wouldn't math. :O Thanks for noticing this lol |
Sorry, something went wrong.
Signed-off-by: Pecacheu <3608878+Pecacheu@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Matches the ULID regex format with what for-web uses because I'm pedantic like that and y'all need to use RegEx properly (I need to de-duplicate some of the regex that does the same thing as these strings in for-web too later)