<?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>Search</title>
 <link>http://codebase.dbp-site.com/tags/search</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Easy-to-Use Text Search Function</title>
 <link>http://codebase.dbp-site.com/code/easy-use-text-search-function-8</link>
 <description>&lt;p&gt;This function will take two strings and search the first string for the second one.  It returns a 1 if the string is found, and a 0 if it is not.  The third variable is the Case Flag, when set to 0 the function is not case sensitive, any other value will make it Case Sensitive.  Please note that this function was made for text adventures, so essentially it searches a sentence for a word and it will not find the search string if it doesn&#039;t have spaces around it. Example: Searching &quot;I like cheese&quot; for &quot;like&quot; will return a 1, while searching &quot;Ilikecheese&quot; for &quot;like&quot; will return 0.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://codebase.dbp-site.com/code/easy-use-text-search-function-8&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://codebase.dbp-site.com/code/easy-use-text-search-function-8#comments</comments>
 <category domain="http://codebase.dbp-site.com/tags/function">function</category>
 <category domain="http://codebase.dbp-site.com/tags/parse">Parse</category>
 <category domain="http://codebase.dbp-site.com/tags/search">Search</category>
 <category domain="http://codebase.dbp-site.com/tags/text">Text</category>
 <pubDate>Wed, 06 Jun 2007 01:43:31 +0100</pubDate>
 <dc:creator>BmacZero</dc:creator>
 <guid isPermaLink="false">8 at http://codebase.dbp-site.com</guid>
</item>
</channel>
</rss>
