custom-split-regexp-maybe
custom-split-regexp-maybe is a compiled Lisp function in `cus-edit.el
'.
(custom-split-regexp-maybe REGEXP)
If REGEXP is a string, split it to a list at `\|'.
You can get the original back from the result with:
(mapconcat 'identity result "\|")
IF REGEXP is not a string, return it unchanged.