StringTokenizer splits on each character included in the String passed in the constructor, which is not what we want. Using Splitter instead.
StringTokenizer splits on each character included in the String passed in the constructor, which is not what we want. Using Splitter instead.