String Tokenizer
Package:
Summary:
Split a string in parts separated by characters
Groups:
Author:
Description:
This class can be used to split a string in parts separated by characters.
It takes a string and a list of characters and splits the string when it finds the given separator characters.
The class returns each part of the split string at a time.
It takes a string and a list of characters and splits the string when it finds the given separator characters.
The class returns each part of the split string at a time.
Comments are closed.