Clojure split lines with all empty lines kept
I'd like to split a string by lines, keeping all empty lines, including trailing ones. The basic functions I found seem to trim these: user=> (require 'clojure.string) nil user=> (clojure.st...