<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dave Amenta .com &#187; RegEx</title>
	<atom:link href="http://www.daveamenta.com/tag/regex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daveamenta.com</link>
	<description>(dot (at dave daveamenta) com)</description>
	<lastBuildDate>Tue, 31 Jan 2012 17:22:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Search Urban Dictionary with C#</title>
		<link>http://www.daveamenta.com/2010-01/search-urban-dictionary-with-c/</link>
		<comments>http://www.daveamenta.com/2010-01/search-urban-dictionary-with-c/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 00:44:28 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[HTML Scraping]]></category>
		<category><![CDATA[RegEx]]></category>
		<category><![CDATA[Urban Dictionary]]></category>
		<category><![CDATA[WebClient]]></category>

		<guid isPermaLink="false">http://www.daveamenta.com/?p=282</guid>
		<description><![CDATA[Here&#8217;s a quick example of how one might scrape the search results from Urban Dictionary.  This shows some nice use of Regular Expressions and WebClient. (View Text) Thankfully Urban Dictionary is a very scrape-friendly site, finding results is as easy as locating two div&#8217;s and extracting the contents. UrbanDictionary.Search(string); will return a list of key-value [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick example of how one might scrape the search results from <a href="http://www.urbandictionary.com">Urban Dictionary</a>.  This shows some nice use of Regular Expressions and WebClient.</p>
<p><a href="http://www.daveamenta.com/wp-content/uploads/2010/01/code.png"><img class="aligncenter size-full wp-image-289" title="code" src="http://www.daveamenta.com/wp-content/uploads/2010/01/code.png" alt="" width="500" height="350" /></a></p>
<p>(<a href="/ud_code.txt">View Text</a>)</p>
<p>Thankfully Urban Dictionary is a very scrape-friendly site, finding results is as easy as locating two div&#8217;s and extracting the contents.</p>
<p>UrbanDictionary.Search(string); will return a list of key-value pairs which contain the word as the key, and the Urban Dictionary definition as the value.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daveamenta.com/2010-01/search-urban-dictionary-with-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

