Integrated: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex)

Raffaello Giulietti rgiulietti at openjdk.org
Fri Mar 3 20:54:29 UTC 2023


On Thu, 16 Feb 2023 17:16:35 GMT, Raffaello Giulietti <rgiulietti at openjdk.org> wrote:

> Add an `indexOf()` variant allowing to specify both a lower and an upper bound on the search.

This pull request has now been integrated.

Changeset: 5b2e2e46
Author:    Raffaello Giulietti <rgiulietti at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/5b2e2e4695768a6bd8090fb9a6c342fcddcbb3fd
Stats:     299 lines in 4 files changed: 282 ins; 4 del; 13 mod

8302590: Add String.indexOf(int ch, int fromIndex, int toIndex)

Reviewed-by: rriggs, alanb

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

PR: https://git.openjdk.org/jdk/pull/12600


More information about the core-libs-dev mailing list