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

Add support for other regex matching functions #71

Open
Giuliopime opened this issue Apr 20, 2023 · 0 comments
Open

Add support for other regex matching functions #71

Giuliopime opened this issue Apr 20, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Giuliopime
Copy link

Konform uses .match() internally for the pattern validation.

It would be nice if there was an option to choose which method would be used in the regex validation, for example being able to choose containsMatchIn() or find() instead of match().
This would make some specific usages of pattern a bit more efficient and easier to work with.

@dhoepelman dhoepelman added enhancement New feature or request good first issue Good for newcomers labels May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants