vector< string > explodeQuoted

(const string &sSeparator,
  const string &sString)

Converts a custom separated string into a string vector.

Documentation

Converts a custom separated string into a string vector. This function is doing the same as the function explode but this function honors quotes and escape characters. Separators in quotes or escaped separator-characters are not identified as separators.

Alphabetic index



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