Method: WhatWeb::Matcher::Text#compiled_regexp

Defined in:
lib/whatweb/matcher/text.rb

#compiled_regexpObject



12
13
14
# File 'lib/whatweb/matcher/text.rb', line 12

def compiled_regexp
  Regexp.new Regexp.escape(text)
end