<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: Deane's Code Snippets</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sun, 27 Jul 2008 06:16:07 GMT</pubDate>
    <description>DZone Snippets: Deane's Code Snippets</description>
    <item>
      <title>Find the count of a given character in a text string</title>
      <link>http://snippets.dzone.com/posts/show/1741</link>
      <description>ASP / VBScript offers no built-in functionality for this.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;CharacterCount = Len(MyString) - Len(Replace(MyString, TargetCharacter, ""))&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Thu, 23 Mar 2006 22:34:18 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1741</guid>
      <author>Deane ()</author>
    </item>
  </channel>
</rss>
