From: Steve Kellock Date: 2005-04-28T23:30:48+09:00 Subject: Re: Is there a Ruby library that does HTML entity parsing? John, If you haven't yet, check out the URI lib that ships with ruby. It's pretty hot $%@*. Not sure if handles QSV's though. Maybe you could tell me? :) Steve On 4/28/05, John Lam wrote: > Simple stuff like > > mypage.htm?foo=abc&bar=1 => mypage.htm?foo=abc&bar=1 > > and its reverse? > > Thanks > -John > http://www.iunknown.com > >