I can not seem to get the Regexp::MULTILINE mode enabled for specific Regexp objects. I've tried: Regexp.new(expr, 'm') Regexp.new(expr, '/m') Regexp.new(expr, Regexp::MULTILINE) among others. What goes in the option field? Thanks in advance, Sean -- Posted via http://www.ruby-forum.com/.