# File lib/liquid/standardfilters.rb, line 57
    def split(input, pattern)
      input.split(pattern)
    end