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

Is it possible to use Regular Expression? #56

Open
AngelLoredoAlvarez opened this issue Mar 14, 2022 · 1 comment
Open

Is it possible to use Regular Expression? #56

AngelLoredoAlvarez opened this issue Mar 14, 2022 · 1 comment
Labels
question Further information is requested

Comments

@AngelLoredoAlvarez
Copy link

Is it possible to use Regular Expression?

I was wondering if it is possible to use Regular Expression with the mask and unmask functions.

@AngelLoredoAlvarez AngelLoredoAlvarez added the question Further information is requested label Mar 14, 2022
@firstChairCoder
Copy link

Just thought to give a helpful suggestion for anyone thinking about implementing something of the sort, as I needed to do recently.

A simple (enough) solution for this sort of validation is to combine the library with small packages that do exactly this sort of validation. Yup is my go-to for this kind of work when dealing with forms and combining both packages works seamlessly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants