atLeastOne validation #54
Closed
angelhdzmultimedia
started this conversation in
Ideas
Replies: 1 comment
-
I am not sure. Isn't it easier to use |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Any plans to add an
atLeastOne
validation which accepts an union type of'digit' | 'uppercase' | 'symbol'
as parameter,and depending on that parameter, it makes the corresponding validation with regex?
It would be nice to:
I implemented it like this with zod:
Beta Was this translation helpful? Give feedback.
All reactions