We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369f88b commit 80cb386Copy full SHA for 80cb386
java/ql/lib/change-notes/2023-07-20-regex-parse-modes.md
@@ -0,0 +1,4 @@
1
+---
2
+category: minorAnalysis
3
4
+* Regular expressions containing multiple parse mode flags are now interpretted correctly. For example `"(?is)abc.*"` with both the `i` and `s` flags.
0 commit comments