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

splits a string into a vector of substrings

Documentation

splits a string into a vector of substrings. This is inefficient because copying is generally involved here. A more efficient implementation which uses pointers into the original string (and length counts) may replace this in a future version. Clearly, this was influenced by perl.

alphabetic index hierarchy of classes


generated by doc++