This "library" (actual it is a single cpp and header file) is supposed to clean string output code in Arduino environment. While it seems to be easy to construct complex output string like ...
(boolean) hasNext() - returns true if more tokens are available from input string. (String) nextToken() - pops the next token and returns it. If no more tokens are avaiable, returns an empty string (" ...