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