native strtok2(const text[], left[], const llen, right[], const rlen, const token = ' ', const trim = 0);
text | String to tokenize |
left | Buffer to store left half |
llen | Size of left buffer |
right | Buffer to store right half |
rlen | Size of right buffer |
token | Token to split by |
trim | Flags for trimming behavior, see above |
Breaks a string in two by token.
Only available in 1.8.3 and above.
Returns position of token in string if found, -1 if token was not found
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.