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

2023-03-01 Thread Raffaello Giulietti
On Tue, 28 Feb 2023 13:31:56 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: > > 83025

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

2023-02-28 Thread Raffaello Giulietti
On Tue, 28 Feb 2023 19:45:02 GMT, Stuart Marks wrote: >> Raffaello Giulietti has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex) > > In concept, having APIs that search a string

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

2023-02-28 Thread Stuart Marks
On Tue, 28 Feb 2023 13:31:56 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: > > 83025

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

2023-02-28 Thread Raffaello Giulietti
On Tue, 28 Feb 2023 13:31:56 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: > > 83025

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

2023-02-28 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: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex) -