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

refact: toRegex function to handle patterns with * and # #273

Merged
merged 1 commit into from
Dec 25, 2024

Conversation

selveter
Copy link
Contributor

@selveter selveter commented Dec 24, 2024

This improves the flexibility of the toRegex function for dynamic pattern matching in various use cases like domain validation or string pattern checks.

…olders

This improves the flexibility of the `toRegex` function for dynamic pattern matching in various use cases like domain validation or string pattern checks.
@selveter selveter changed the title refact: toRegex function to handle patterns with * and # placeh… refact: toRegex function to handle patterns with * and # Dec 24, 2024
@DIY0R
Copy link
Owner

DIY0R commented Dec 24, 2024

@selveter Thanks for the changes! Have the tests been run successfully?

@selveter
Copy link
Contributor Author

@selveter Thanks for the changes! Have the tests been run successfully?

Yes, everything is green!

@DIY0R DIY0R merged commit bc7c288 into DIY0R:main Dec 25, 2024
1 check passed
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.

2 participants