Strings

Concatenate

(concatenate 'string "foo " bar)

Split

  • (ql:quickload “cl-utilities”)

(cl-utilities:split-sequence #\newline some-string)