class ActiveSupport::Inflector::Inflections::Uncountables

def to_regex(string)

def to_regex(string)
  /\b#{::Regexp.escape(string)}\Z/i
end