OSGeo::FDO::Common::StringCollection::StringCollection ( String *  data,
String *  delimiters 
)

Creates a string collection that is tokenized from a string. The collection contains an element for each token.

Parameters:
data Input the string to tokenize.
delimiters Input list of single character token delimiters.