Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: shorthand for regex #244

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

feat: shorthand for regex #244

wants to merge 4 commits into from

Conversation

erfanium
Copy link
Collaborator

@erfanium erfanium commented Jun 7, 2021

Sample schema using this shorthand

const schema = {
   a: /^(foo|bar)$/,
   b: /[a-z]/,
   c: /^[0-9]$/,
}

Todo:

  • Add to readme

@icebob icebob self-requested a review June 13, 2021 13:13
@erfanium erfanium marked this pull request as draft July 8, 2021 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants