RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex) [v8]

Raffaello Giulietti rgiulietti at openjdk.org
Fri Mar 3 19:38:57 UTC 2023


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

Raffaello Giulietti has updated the pull request incrementally with one additional commit since the last revision:

  git commit -m "8302590: Add String.indexOf(int ch, int fromIndex, int toIndex)"
  
  Moved and renamed test file to parent folder

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/12600/files
  - new: https://git.openjdk.org/jdk/pull/12600/files/5bc1edb8..7007ec96

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=12600&range=07
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=12600&range=06-07

  Stats: 426 lines in 2 files changed: 223 ins; 203 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/12600.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/12600/head:pull/12600

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


More information about the core-libs-dev mailing list