On Mon, 28 Jun 2021 12:28:06 GMT, Jim Laskey <jlas...@openjdk.org> wrote:
> The documentation of the String.regionMatches method contains this fragment: > this.substring(toffset, len).codePoints(), but String.substring method takes > index, not the length, as the second argument. Marked as reviewed by dfuchs (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk17/pull/157