# File lib/merb-core/core_ext/string.rb, line 10
  def escape_regexp
    Regexp.escape self
  end