<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Wed, 10 Jun 2026 04:05:43 +0000</lastBuildDate>
    <item>
      <title>(C#) Split tag string - mcbutterbuns</title>
      <link>https://snipplr.com/view/43228/split-tag-string</link>
      <description>&lt;p&gt;This code should split a tag string provided in a format similar to YouTube or Flickr.&#13;
&#13;
Input string:&#13;
tag1 tag2 "tag3 tag4"&#13;
&#13;
Output as a list:&#13;
tag1&#13;
tag2&#13;
tag3 tag4&#13;
&#13;
I'm not entirely positive this works. I just wrote it for a coworker but hopefully it will provide someone with a starting point if it doesn't work.&lt;/p&gt;</description>
      <pubDate>Fri, 29 Oct 2010 11:04:55 UTC</pubDate>
      <guid>https://snipplr.com/view/43228/split-tag-string</guid>
    </item>
    <item>
      <title>(SQL) Comma-Delimited List using Coalesce - mcbutterbuns</title>
      <link>https://snipplr.com/view/6367/commadelimited-list-using-coalesce</link>
      <description>&lt;p&gt;If you ever need to build a comma delimited list out of a column in SQL you can easily do this using the COALESCE function.&lt;/p&gt;</description>
      <pubDate>Tue, 20 May 2008 17:50:43 UTC</pubDate>
      <guid>https://snipplr.com/view/6367/commadelimited-list-using-coalesce</guid>
    </item>
  </channel>
</rss>
