Black Ops III

StrTok2

Tokenizes <string> by a single delimiter string. doesn't treat the delimiter string as a series of characters, but as a string

Example:

my_string_array = StrTok2( "my_string foo; my_string_2", "foo; " )

Parameters

ParameterSummary
*stringThe input string
*delimThe delimiter to tokenize by
case_sensitivetrue if test is case sensitive

* = mandatory