Re: RFR: 8305486: Add split() variants that keep the delimiters to String and j.u.r.Pattern [v4]

2023-04-11 Thread Raffaello Giulietti
> Add `split()` overloads to `String` and `java.util.regex.Pattern` that, in > addition to the substrings returned by current `split()` variants, also > return the delimiters matching the regular expression. Raffaello Giulietti has updated the pull request incrementally with one additional comm

Re: RFR: 8305486: Add split() variants that keep the delimiters to String and j.u.r.Pattern [v4]

2023-04-11 Thread Roger Riggs
On Tue, 11 Apr 2023 09:14:29 GMT, Raffaello Giulietti wrote: >> Add `split()` overloads to `String` and `java.util.regex.Pattern` that, in >> addition to the substrings returned by current `split()` variants, also >> return the delimiters matching the regular expression. > > Raffaello Giuliett