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

Use pattern.match(...) instead of re.match(pattern, ...) in RegexPredicate and EmailPredicate #42

Merged
merged 4 commits into from
Apr 9, 2024

Conversation

keithasaurus
Copy link
Owner

Issue or goal of PR:

small perf boost

What I did

How to test

  • unit tests were written / updated

Documentation

Check one:

  • I updated documentation
    OR
  • No documentation updates required

@keithasaurus keithasaurus changed the title - Use pattern.match(...) instead of re.match(pattern, ...) in RegexPredicate and EmailPredicate Use pattern.match(...) instead of re.match(pattern, ...) in RegexPredicate and EmailPredicate Apr 9, 2024
@keithasaurus keithasaurus merged commit e87258a into main Apr 9, 2024
15 checks 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.

None yet

1 participant