From: Matthew Kerwin Date: 2013-11-16T20:21:10+10:00 Subject: [ruby-core:58376] Re: [ruby-trunk - Feature #9116][Open] String#rsplit missing --089e01493fac78930104eb48ac60 Content-Type: text/plain; charset=ISO-8859-1 On Nov 16, 2013 6:35 PM, "artagnon (Ramkumar Ramachandra)" < artagnon@gmail.com> wrote: > > There's nothing corresponding to Python's rsplit(). A quick glance at rb_str_split_m() tells me that it should be pretty trivial to implement. Is there any specific reason it hasn't already been done? > What is rsplit? How does it differ from split (with or without a second paramater)? What is the use-case/demand for it? Sent from my phone, so excuse the typos. --089e01493fac78930104eb48ac60 Content-Type: text/html; charset=ISO-8859-1

On Nov 16, 2013 6:35 PM, "artagnon (Ramkumar Ramachandra)" <artagnon@gmail.com> wrote:
>
> There's nothing corresponding to Python's rsplit(). A quick glance at rb_str_split_m() tells me that it should be pretty trivial to implement. Is there any specific reason it hasn't already been done?
>

What is rsplit? How does it differ from split (with or without a second paramater)? What is the use-case/demand for it?

Sent from my phone, so excuse the typos.

--089e01493fac78930104eb48ac60--