# File lib/liquid/standardfilters.rb, line 131
    def remove_first(input, string)
      input.to_s.sub(string, '')
    end