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

Ability create IllegalRegexpRule with Pattern flags #117

Closed
Ituninant opened this issue Mar 27, 2020 · 3 comments
Closed

Ability create IllegalRegexpRule with Pattern flags #117

Ituninant opened this issue Mar 27, 2020 · 3 comments

Comments

@Ituninant
Copy link

Adding ability to create IllegalRegexpRule with Pattern flags
Example: IllegalRegexpRule with CASE_INSENSETIVE pattern flag

@dfish3r
Copy link
Member

dfish3r commented Mar 27, 2020

Created pull request:
#118

@dfish3r
Copy link
Member

dfish3r commented Mar 27, 2020

I will note that you write case insensitive regular expressions without this patch.
Use the (?i) syntax to perform a case insensitive match on part of an expression or an entire expression.

@dfish3r
Copy link
Member

dfish3r commented Apr 12, 2020

Merge request accepted.

@dfish3r dfish3r closed this as completed Apr 12, 2020
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

No branches or pull requests

2 participants