Skip to content

Rose::StringUtility::split

Synopsis

Declared in <src/Rose/StringUtility/SplitJoin.h>

[[visibility]]
std::vector<std::string>
split(
    char separator,
    std::string const& str,
    size_t maxparts = UNLIMITED,
    bool trim_white_space = false);

Created with MrDocs