<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'Format URLs in string to HTML Links in C#'</title>
    <description>Snipplr comments feed</description>
    <link>https://ipv6.snipplr.com/</link>
    <lastBuildDate>Tue, 07 Apr 2026 00:32:28 +0000</lastBuildDate>
    <item>
      <title>Vordreller said on 22/Mar/2009</title>
      <link>https://ipv6.snipplr.com/view/13286/format-urls-in-string-to-html-links-in-c</link>
      <description>&lt;p&gt;There is a small problem with this one.&#13;
&#13;
Try inserting this:&#13;
&#13;
This is a link to http://coalition.iforums.us/risca-vm2.html, please visit.&#13;
&#13;
&#13;
The comma sign will be considered part of the URL, while it is actually not.&lt;/p&gt;</description>
      <pubDate>Sun, 22 Mar 2009 16:10:37 UTC</pubDate>
      <guid>https://ipv6.snipplr.com/view/13286/format-urls-in-string-to-html-links-in-c</guid>
    </item>
    <item>
      <title>jasonseney said on 31/Mar/2009</title>
      <link>https://ipv6.snipplr.com/view/13286/format-urls-in-string-to-html-links-in-c</link>
      <description>&lt;p&gt;@Vordreller: Thanks for catching that, guess that's what I get for grabbing the regex from someone else :)&#13;
I'll have to update that after I test a few similar situations.&lt;/p&gt;</description>
      <pubDate>Tue, 31 Mar 2009 23:28:31 UTC</pubDate>
      <guid>https://ipv6.snipplr.com/view/13286/format-urls-in-string-to-html-links-in-c</guid>
    </item>
    <item>
      <title>jasonseney said on 14/Apr/2009</title>
      <link>https://ipv6.snipplr.com/view/13286/format-urls-in-string-to-html-links-in-c</link>
      <description>&lt;p&gt;Updated regex, trying to get closer to w3c URI spec.&#13;
&#13;
Last char must be either: letter,number, ?,#, =, /&lt;/p&gt;</description>
      <pubDate>Tue, 14 Apr 2009 18:08:13 UTC</pubDate>
      <guid>https://ipv6.snipplr.com/view/13286/format-urls-in-string-to-html-links-in-c</guid>
    </item>
  </channel>
</rss>
