MCPcopy Create free account
hub / github.com/PlatformLab/Homa / split

Function split

src/StringUtil.cc:189–198  ·  view source on GitHub ↗

* Split a string into multiple components by a character. * @param subject * The string to split. * @param delimiter * The character to split the string by. * @return * The components of 'subject', not including 'delimiter'. * - If two delimiters occur in a row in 'subject', a corresponding empty * string will appear in the returned vector. * - If a delimit

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

TESTFunction · 0.85
logPolicyFromStringFunction · 0.85

Calls 1

push_backMethod · 0.80

Tested by 1

TESTFunction · 0.68