<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Find CSS Attributes'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 06:42:51 GMT</pubDate>
<item>
<title>shekky said on 11/12/09</title>
<link>http://snipplr.com/view/17903/find-css-attributes/</link>
<description><![CDATA[ I created a regex that will capture all of the attributes

\s*(?[a-zA-Z\-]+)\s*[:]{1}\s*(?[a-zA-Z0-9\s.#]+)[;]{1} ]]></description>
<pubDate>Thu, 12 Nov 2009 12:06:54 GMT</pubDate>
<guid>http://snipplr.com/view/17903/find-css-attributes/</guid>
</item>
<item>
<title>shekky said on 11/12/09</title>
<link>http://snipplr.com/view/17903/find-css-attributes/</link>
<description><![CDATA[ This will only capture the first attribute value pair, but if there are multiple attributes they are not capured. ]]></description>
<pubDate>Thu, 12 Nov 2009 11:59:09 GMT</pubDate>
<guid>http://snipplr.com/view/17903/find-css-attributes/</guid>
</item>
</channel>
</rss>