You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Adding ability to create IllegalRegexpRule with Pattern flags
Example: IllegalRegexpRule with CASE_INSENSETIVE pattern flag
The text was updated successfully, but these errors were encountered: