<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://codebase.dbp-site.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>comma</title>
 <link>http://codebase.dbp-site.com/tags/comma</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Comma Separated Values Tokenizer</title>
 <link>http://codebase.dbp-site.com/code/comma-separated-values-tokenizer-9</link>
 <description>&lt;p&gt;This code tokenizes a comma separated values string.&lt;/p&gt;

&lt;p&gt;Call Csv_addval() with the string you want to tokenize&lt;br /&gt;
Csv_getval() returns a token (this returns &quot;CSV_EMPTY&quot; when there are no tokens left)&lt;br /&gt;
Call Csv_reset() to clear and tokens left in memory&lt;/p&gt;

&lt;p&gt;Note: If you have the extends plugin you can replace the call to &quot;str_find_char(Csv_str, &quot;,&quot;)&quot; with &quot;str find char(Csv_str, &quot;,&quot;, 1)&quot; and delete the str_find_char() function.&lt;/p&gt;</description>
 <comments>http://codebase.dbp-site.com/code/comma-separated-values-tokenizer-9#comments</comments>
 <category domain="http://codebase.dbp-site.com/tags/comma">comma</category>
 <category domain="http://codebase.dbp-site.com/tags/separated">separated</category>
 <category domain="http://codebase.dbp-site.com/tags/text">Text</category>
 <category domain="http://codebase.dbp-site.com/tags/tokenize">tokenize</category>
 <category domain="http://codebase.dbp-site.com/tags/values">values</category>
 <pubDate>Thu, 07 Jun 2007 00:50:52 +0100</pubDate>
 <dc:creator>Code Dragon</dc:creator>
 <guid isPermaLink="false">9 at http://codebase.dbp-site.com</guid>
</item>
</channel>
</rss>
