split_t split_paren_match ( const string& inputText, const string& characters)

splits a string into a vector of strings while first matching parentheses

Documentation

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.

alphabetic index hierarchy of classes


generated by doc++