MCPcopy Create free account
hub / github.com/beefytech/Beef / Split

Method Split

BeefySysLib/util/String.h:1056–1059  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1054 intptr LastIndexOf(char c, intptr startCheck) const;
1055
1056 StringSplitEnumerator Split(char c)
1057 {
1058 return StringSplitEnumerator(GetPtr(), mLength, c, 0x7FFFFFFF, false);
1059 }
1060
1061 bool Contains(char c) const
1062 {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected