This ctor is the same as above, only with this one you allow
the StringTokenizer to operator directly on (tokenizeMe) rather
than making it allocate a copy first. (it's a bit more efficient)
(okay) is ignored...
Initializes the StringTokenizer to parse (tokenizeMe), which
should be a string of tokens (e.g. words) separated by any
of the characters specified in (separators)