In file StringUtils.hh:

std::vector<std::string> HadoopUtils::splitString

(const std::string& str,
  const char* separator)

Split a string into "words".

Documentation

Split a string into "words". Multiple deliminators are treated as a single word break, so no zero-length words are returned.
Parameters:
str - the string to split
separator - a list of characters that divide words

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.