S
Sean Smitz
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
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