# File scanf.rb, line 165
    def to_re
      Regexp.new(@re_string,Regexp::MULTILINE)
    end