splits a string into a vector of strings while first matching parentheses
splits a string into a vector of strings while first matching parentheses. This function will NOT match the characters when they are inside brackets. At the moment, this is specialized to only match "()" as brackets, although this may change in the future. split_paren_patch copies the strings itself. Clearly, this was influenced by perl.
generated by doc++