Integrated: 8037397: RegEx pattern matching loses character class after intersection (&&) operator

Ian Graves igraves at openjdk.java.net
Wed Apr 21 15:48:35 UTC 2021


On Wed, 31 Mar 2021 20:38:33 GMT, Ian Graves <igraves at 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 <igraves at openjdk.org>
Committer: Roger Riggs <rriggs at 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


More information about the core-libs-dev mailing list