From: Ransom Tullis Date: 2008-04-10T21:33:54+09:00 Subject: Re: Ruby multiline regex problem Robert Klemme wrote: > 2008/4/10, Ransom Tullis : >> Thanks folks for all your help...turns out that I was using the regex >> test view in Eclipse (RDT) which was obviously not behaving properly in >> multi-line mode. I guess I need to go out and get the Aptana/Radrails >> plugin that has the latest RDT and ruby-debug built in. I identified the >> issue using Mike Lovitt's Rubular regex tester. Thanks Mike for >> restarting that server! > > Why look so far? IRB serves the same purpose. > > Cheers > > robert I'm a newb with Ruby and IRB. I did test the regex in IRB, but did not know that I could set a literal string up with \n characters like you did above through the interface. So, of course, it was passing everytime. That is very cool! I am growing fonder of IRB every day... -- Posted via http://www.ruby-forum.com/.