split_top
Splits the string into substrings whereever separarator occures except in embeded strings and in parts enclosed in {}, [] and ()
Arguments
- String text
- String one character separator
Output
Vector of strings
Splits the string into substrings whereever separarator occures except in embeded strings and in parts enclosed in {}, [] and ()
Vector of strings