############## omc-string.lsp ############## General string manipulation functions. ********* Functions ********* (**omc\-string\-split** *separator* *string*) Split a string with the separator string and return a list of strings. (**omc\-string\-split\-char** *separators* *string*) Split a string with any one char in the separator string and return a list of strings. (**omc\-string\-split\-first** *separators* *string*) Split a string with the first of any one char in the separator string and return a list of two strings. ************************ Functions called on load ************************ * **princ**