org-split-string
org-split-string is a compiled Lisp function in `org.el
'.
(org-split-string STRING &optional SEPARATORS)
Splits STRING into substrings at SEPARATORS.
No empty strings are returned if there are matches at the beginning
and end of string.