From: Jeff Pritchard Date: 2006-06-02T09:56:01+09:00 Subject: Re: Parsing a string using multiple regexs Thanks Logan, I would like to encourage other newbies out there to make an attempt to answer questions like this one. You really do learn a lot more from the "correct" solutions when you've already taken a stab at it yourself. Also, I have to say that this forum is remarkably free of trolls and assholes. Pretty safe to throw some pre-pubescent ruby code out there and have it tenderly corrected by the experts. Many other places I've been this would not be the case. thanks, jp Logan Capaldo wrote: > On Jun 1, 2006, at 12:13 AM, Jeff Pritchard wrote: > >> /\"(.*?)\"\s*/ >> (instead of making the regexp more complicated, do it simply and then >> (modularize everything as you go!) >> >> >> P.S. Ezra, thanks for recommending RimuHosting, they've been great! >> >> best, >> jp >> >> > > I must say this has to be the best breakdown of someone else's ruby > code I've ever seen. Maybe you should do a ruby-quiz summary sometime. -- Posted via http://www.ruby-forum.com/.