<?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>Hank Beaver &#187; span</title>
	<atom:link href="http://www.hankbeaver.com/index.php/tag/span/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hankbeaver.com</link>
	<description>Open-source, Internet technologist who works for MaxMedia located in Atlanta, GA, USA</description>
	<lastBuildDate>Tue, 09 Aug 2011 18:20:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Regex to find any divs OR spans</title>
		<link>http://www.hankbeaver.com/index.php/2009/03/01/regex-to-find-any-divs-or-spans/</link>
		<comments>http://www.hankbeaver.com/index.php/2009/03/01/regex-to-find-any-divs-or-spans/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 21:09:58 +0000</pubDate>
		<dc:creator>hbeaver</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[span]]></category>

		<guid isPermaLink="false">http://www.rubyslacker.com/?p=78</guid>
		<description><![CDATA[I whipped this up to remove all spans and/or divs in an HTML. Don&#8217;t ask why. Here&#8217;s the regex:
&#60; ?(span&#124;div)[a-zA-Z0-9'" =]+&#62;
Did I mention I love regex?
Enjoy.
]]></description>
			<content:encoded><![CDATA[<p>I whipped this up to remove all spans and/or divs in an HTML. Don&#8217;t ask why. Here&#8217;s the regex:</p>
<p>&lt; ?(span|div)[a-zA-Z0-9'" =]+&gt;</p>
<p>Did I mention I love regex?</p>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hankbeaver.com/index.php/2009/03/01/regex-to-find-any-divs-or-spans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

