MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / string_split

Function string_split

external/zep/src/mcommon/string/stringutils.cpp:213–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 }
212
213 std::vector<std::string> string_split(const std::string& text, const char* delims) {
214 std::vector<std::string> tok;
215 string_split(text, delims, tok);
216 return tok;
217 }
218
219 // String split with multiple delims
220 // https://stackoverflow.com/a/7408245/18942

Callers 5

threadMainMethod · 0.85
SetCommandTextMethod · 0.85
StartSymbolSearchMethod · 0.85
HandleExCommandMethod · 0.85
string_split_linesFunction · 0.85

Calls 4

find_first_not_ofMethod · 0.80
find_first_ofMethod · 0.80
clearMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected