Expand description
String helpers beyond what tatara-lisp-eval::primitive provides.
(string-replace STR FROM TO) → new string
(string-split STR SEP) → list of strings
(string-contains? STR NEEDLE) → bool
(string-lowercase STR) → new string
(string-format TMPL &rest VS) → printf-ish, {} placeholders consumed left-to-right
(string-trim STR) → new string with leading/trailing whitespace removed