On Wed, 31 Mar 2021 20:38:33 GMT, Ian Graves <igra...@openjdk.org> wrote:
> Bug fix with the intersection `&&` operator in regex patterns. In > JDK-8037397, some character classes on the right hand side of the operator > are dropped in cases where nested `[..]` classes are used with non "nested" > ones. This pull request has now been integrated. Changeset: b337f633 Author: Ian Graves <igra...@openjdk.org> Committer: Roger Riggs <rri...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/b337f633 Stats: 41 lines in 2 files changed: 38 ins; 0 del; 3 mod 8037397: RegEx pattern matching loses character class after intersection (&&) operator Reviewed-by: rriggs ------------- PR: https://git.openjdk.java.net/jdk/pull/3291