From: Sean Smitz Date: 2007-03-05T10:46:46+09:00 Subject: Re: Help needed with Regexp Class Nevermind, I just tried Regexp::MULTILINE in there and this time it worked... How very annoying. Thank you Sean > > irb(main):001:0> Regexp.new(".", Regexp::MULTILINE) > => /./m > > If expr is itself a regex, then the multiline flag will be ignored, > but you should get a warning for that. > > > David -- Posted via http://www.ruby-forum.com/.