RFR: 8037397: RegEx pattern matching loses character class after intersection (&&) operator [v4]

Roger Riggs rriggs at openjdk.java.net
Fri Apr 16 14:32:39 UTC 2021


On Fri, 2 Apr 2021 19:15:39 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.
>
> Ian Graves has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Bumping copyright date.

Marked as reviewed by rriggs (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/3291


More information about the core-libs-dev mailing list