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