The mxs::strtok function splits a string into a vector of strings based on a set of delimiters. The function makes it easier to iterate over a set of values given as a delimited string.
The mxs::strtok function splits a string into a vector of strings based on a set of delimiters. The function makes it easier to iterate over a set of values given as a delimited string.