<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - blackf0rk</title>
<link>http://snipplr.com/users/blackf0rk/tags/parse</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 13:54:49 GMT</pubDate>
<item>
<title>(C#) Return string from between two matched strings</title>
<link>http://snipplr.com/view/35199/return-string-from-between-two-matched-strings/</link>
<description><![CDATA[ <p>This code will take a start and end string and then search for them within the subject string. It returns what is between the start and end strings. As an example, if I had the following text...

Some test text string, with a start  and an end .

...I could call this function to get the text between the  and the  strings. This function will return: "and an end"</p> ]]></description>
<pubDate>Tue, 25 May 2010 11:40:25 GMT</pubDate>
<guid>http://snipplr.com/view/35199/return-string-from-between-two-matched-strings/</guid>
</item>
<item>
<title>(VB.NET) Return HTML from a Web page</title>
<link>http://snipplr.com/view/13047/return-html-from-a-web-page/</link>
<description><![CDATA[ <p>If you need to get the HTML from a Web page to rip it, process it, and/or display it in the way you want, the following function will work for you.</p> ]]></description>
<pubDate>Thu, 12 Mar 2009 17:07:15 GMT</pubDate>
<guid>http://snipplr.com/view/13047/return-html-from-a-web-page/</guid>
</item>
</channel>
</rss>