https://github.com/ToxicFrog/bltool/blob/4148836186698b398b306790f6bd10348a5911ba/src/bltool/data/text.clj#L10 Not all that familiar with Clojure, but something like this may work. ```clojure (vec (drop 1 (re-matches #"(\d+)\s+([^\s]*(?:\s+\([^\s]*\))?)\s+([^\s]*)\s+(.*)" game))) ```
bltool/src/bltool/data/text.clj
Line 10 in 4148836
Not all that familiar with Clojure, but something like this may work.