1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>vector< string > explodeQuoted</TITLE>
<META NAME="GENERATOR" CONTENT="DOC++ 3.4.8">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H2>vector< string > <A HREF="#DOC.DOCU">explodeQuoted</A></H2><H2>(const string &sSeparator,<BR> const string &sString)</H2><BLOCKQUOTE>Converts a custom separated string into a string vector.</BLOCKQUOTE>
<A NAME="DOC.DOCU"></A>
<HR>
<H2>Documentation</H2>
<BLOCKQUOTE>Converts a custom separated string into a string vector.
This function is doing the same as the function <i>explode</i> but this
function honors quotes and escape characters. Separators in quotes or
escaped separator-characters are not identified as separators.</BLOCKQUOTE>
<DL><DT><DD></DL><P><P><I><A HREF="index.html">Alphabetic index</A></I></P><HR>
<BR>
This page was generated with the help of <A HREF="http://docpp.sourceforge.net">DOC++</A>.
</BODY>
</HTML>
|