# File lib/merb-core/core_ext/string.rb, line 19 def unescape_regexp self.gsub(/\\([\.\?\|\(\)\[\]\{\}\^\$\*\+\-])/, '\1') end