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

support case insenstive patterns for toPatternExpr #1127

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

brharrington
Copy link
Contributor

Allows mapping case insensitive regex to systems that only support simpler regex like RE2. Fixes #1126.

Allows mapping case insensitive regex to systems that only
support simpler regex like RE2. Fixes Netflix#1126.
@brharrington brharrington added this to the 1.7.9 milestone Mar 19, 2024
@brharrington brharrington merged commit 77566c5 into Netflix:main Mar 19, 2024
1 check passed
@brharrington brharrington deleted the pattern branch March 19, 2024 02:10
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.

Case insensitive support for PatternExpr
1 participant