user=> (clojure.string/split «asdfghjkl» #"«)
[»" «a» «s» «d» «f» «g» «h» «j» «k» "l"]
user=>(clojure.string/split «asdfghjkl» #"(?!^)")
["a" «s» «d» «f» «g» «h» «j» «k» "l"]
Welcome to Java. Eat more of these soft French rolls, and drink some poison.