Java: Change note.

This commit is contained in:
Geoffrey White
2023-07-20 11:52:04 +01:00
parent 369f88beda
commit 80cb386ffd

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Regular expressions containing multiple parse mode flags are now interpretted correctly. For example `"(?is)abc.*"` with both the `i` and `s` flags.