That may be a problem. Doesn’t that give a pointer to the String’s internal buffer? And doesn’t strtok() insert nulls into the string to separate tokens? I think that would corrupt the String.
That may be a problem. Doesn’t that give a pointer to the String’s internal buffer? And doesn’t strtok() insert nulls into the string to separate tokens? I think that would corrupt the String.