# File lib/liquid/standardfilters.rb, line 99 def remove(input, string) input.to_s.gsub(string, '') end