MCPcopy Create free account
hub / github.com/BSVino/MathForGameDevelopers / explode

Function explode

common/strutils.h:59–74  ·  view source on GitHub ↗

explode is slightly different in that repeated delineators return multiple tokens. ie "a|b||c" returns { "a", "b", "", "c" } whereas strtok will cut out the blank result. Basically it works like PHP's explode.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

ReadMethod · 0.85
WriteLogMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected