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

2023-03-03 Thread Roger Riggs
On Fri, 3 Mar 2023 19:38:57 GMT, Raffaello Giulietti wrote: >> 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 co

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

2023-03-03 Thread Raffaello Giulietti
> 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)"