From: James Edward Gray II Date: 2006-08-31T23:43:58+09:00 Subject: Re: splitting string to hash On Aug 31, 2006, at 9:38 AM, Brian Nice wrote: > s2- "[1] Hello [2] bye [2:1] continue [2] more" > h2- {1 => "Hello", 2 => "bye", "2:1" => "continue", "2:2" => more"} I assume more is missing a quote there. Also, how was the 2:2 key determined? James Edward Gray II