Subject: Re: simple question, looping through each character in a str
From: Drew Olson <olsonas gmail.com>
Date: Fri, 1 Dec 2006 04:23:41 +0900
References: 227426227438227440
In-reply-to: 227440
Aaron Smith wrote:
> i've never seen a split('//'). what exactly is that doing?
>
> thanks
split will return an array of strings, splitting the initial string at
any point that matches the supplied regex.
--
Posted via http://www.ruby-forum.com/.