How to verify UUID format for record keys? #1288
Unanswered
electrovir
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get the following code to log
false
, but it's currently loggingtrue
:The UUID format is straight from https://github.com/sinclairzx81/typebox/blob/60fdafe857089ac908b5fe7741c15c62260b651f/example/formats/uuid.ts.
I would expect
x
to not match because it's clearly not a valid UUID.Beta Was this translation helpful? Give feedback.
All reactions