<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/c-sharp/tags/regular</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 08:08:50 GMT</pubDate>
<item>
<title>(C#) Return string from between two matched strings - blackf0rk</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>(C#) Regular Expressions Sample - rtipton</title>
<link>http://snipplr.com/view/21667/regular-expressions-sample/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 22 Oct 2009 22:11:08 GMT</pubDate>
<guid>http://snipplr.com/view/21667/regular-expressions-sample/</guid>
</item>
<item>
<title>(C#) Regular Expressions - RichardIII</title>
<link>http://snipplr.com/view/4977/regular-expressions/</link>
<description><![CDATA[ <p>A short Demo showing the use of Regular Expressions in C#.</p> ]]></description>
<pubDate>Mon, 11 Feb 2008 08:02:04 GMT</pubDate>
<guid>http://snipplr.com/view/4977/regular-expressions/</guid>
</item>
<item>
<title>(C#) Get Input Controls Name And Value In HTML Page - zvasanth</title>
<link>http://snipplr.com/view/4430/get-input-controls-name-and-value-in-html-page/</link>
<description><![CDATA[ <p>Everything is either true or untrue, or both true and untrue, or neither true nor untrue - nagarguna</p> ]]></description>
<pubDate>Sat, 29 Dec 2007 02:00:22 GMT</pubDate>
<guid>http://snipplr.com/view/4430/get-input-controls-name-and-value-in-html-page/</guid>
</item>
<item>
<title>(C#) Regular Expression to Separate the Anchor Part of a URL - rengber</title>
<link>http://snipplr.com/view/1089/regular-expression-to-separate-the-anchor-part-of-a-url/</link>
<description><![CDATA[ <p>Dots match any charecter, this matches any 7 chars.  You need to change that bit to match a different pattern.</p> ]]></description>
<pubDate>Mon, 18 Sep 2006 20:25:17 GMT</pubDate>
<guid>http://snipplr.com/view/1089/regular-expression-to-separate-the-anchor-part-of-a-url/</guid>
</item>
</channel>
</rss>