<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Negative Word Matching with Regular Expressions</title>
	<atom:link href="http://iamseanmurphy.com/2008/04/28/negative-word-matching-with-regular-expressions/feed/" rel="self" type="application/rss+xml" />
	<link>http://iamseanmurphy.com/2008/04/28/negative-word-matching-with-regular-expressions/</link>
	<description>Thoughts, news, code by Sean Murphy</description>
	<lastBuildDate>Tue, 13 Jul 2010 06:36:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rayhan Chowdhury</title>
		<link>http://iamseanmurphy.com/2008/04/28/negative-word-matching-with-regular-expressions/comment-page-1/#comment-908</link>
		<dc:creator>Rayhan Chowdhury</dc:creator>
		<pubDate>Fri, 30 Oct 2009 08:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://iamseanmurphy.com/2008/04/28/negative-word-matching-with-regular-expressions/#comment-908</guid>
		<description>Thanks, It saves me some time..:)</description>
		<content:encoded><![CDATA[<p>Thanks, It saves me some time..:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Murphy</title>
		<link>http://iamseanmurphy.com/2008/04/28/negative-word-matching-with-regular-expressions/comment-page-1/#comment-48</link>
		<dc:creator>Sean Murphy</dc:creator>
		<pubDate>Mon, 27 Oct 2008 15:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://iamseanmurphy.com/2008/04/28/negative-word-matching-with-regular-expressions/#comment-48</guid>
		<description>Francisco,

This regex seems to work for me:

/&lt;input(?![^&gt;]+style=)[^&gt;]*&gt;/</description>
		<content:encoded><![CDATA[<p>Francisco,</p>
<p>This regex seems to work for me:</p>
<p>/&lt;input(?![^&gt;]+style=)[^&gt;]*&gt;/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francisco Rosa Santana</title>
		<link>http://iamseanmurphy.com/2008/04/28/negative-word-matching-with-regular-expressions/comment-page-1/#comment-47</link>
		<dc:creator>Francisco Rosa Santana</dc:creator>
		<pubDate>Mon, 27 Oct 2008 13:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://iamseanmurphy.com/2008/04/28/negative-word-matching-with-regular-expressions/#comment-47</guid>
		<description>Sorry but this site isn&#039;t prepare to take HTML code that a posted.</description>
		<content:encoded><![CDATA[<p>Sorry but this site isn&#8217;t prepare to take HTML code that a posted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francisco Rosa Santana</title>
		<link>http://iamseanmurphy.com/2008/04/28/negative-word-matching-with-regular-expressions/comment-page-1/#comment-46</link>
		<dc:creator>Francisco Rosa Santana</dc:creator>
		<pubDate>Mon, 27 Oct 2008 13:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://iamseanmurphy.com/2008/04/28/negative-word-matching-with-regular-expressions/#comment-46</guid>
		<description>Hi, I&#039;m trying to do something like that.
But it doesn&#039;t work.
I need to write a regular expression that find in a string with HTML code tags INPUT that haven&#039;t the STYLE attribute.

Something like this...
(?i:)

Thanks for help.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m trying to do something like that.<br />
But it doesn&#8217;t work.<br />
I need to write a regular expression that find in a string with HTML code tags INPUT that haven&#8217;t the STYLE attribute.</p>
<p>Something like this&#8230;<br />
(?i:)</p>
<p>Thanks for help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://iamseanmurphy.com/2008/04/28/negative-word-matching-with-regular-expressions/comment-page-1/#comment-11</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Thu, 17 Jul 2008 03:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://iamseanmurphy.com/2008/04/28/negative-word-matching-with-regular-expressions/#comment-11</guid>
		<description>Been fighting this same thing ALL day! Thank you so much for the post, I am glad I finally found it!</description>
		<content:encoded><![CDATA[<p>Been fighting this same thing ALL day! Thank you so much for the post, I am glad I finally found it!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
