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