MCPcopy Create free account
hub / github.com/chen3feng/toft / SplitStringByDelimiter

Function SplitStringByDelimiter

base/string/algorithm.cpp:344–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344void SplitStringByDelimiter(const StringPiece& full,
345 const char* delim,
346 std::vector<std::string>* result)
347{
348 return SplitString(full, delim, result);
349}
350
351/** 功能: 把一个字符串划分成多个字符串
352 * 参数:

Callers

nothing calls this directly

Calls 1

SplitStringFunction · 0.85

Tested by

no test coverage detected