------ art_43175_7396553.1181478112576 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 6/10/07, Robert Dober <robert.dober / gmail.com> wrote: > > On 6/10/07, Trochalakis Christos <yatiohi / ideopolis.gr> wrote: > > Hello! > > > > I want to parse a tagged string like this: "<i>this is</i><i>my > > string</i>" > > > > i am doing: > > > > >> "<i>this is</i><i>my string</i>".scan(/<i>(.*)<\/i>/) > >