<?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: Regular Expressions in JavaScript don&#039;t support the single-line mode</title>
	<atom:link href="http://blog.mastykarz.nl/regular-expressions-in-javascript-dont-support-the-single-line-mode/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mastykarz.nl/regular-expressions-in-javascript-dont-support-the-single-line-mode/</link>
	<description>Innovation Matters &#124; SharePoint Server MVP</description>
	<lastBuildDate>Sun, 14 Mar 2010 02:01:59 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/regular-expressions-in-javascript-dont-support-the-single-line-mode/comment-page-1/#comment-5571</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Sun, 24 Aug 2008 18:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2008/08/21/regular-expressions-in-javascript-dont-support-the-single-line-mode/#comment-5571</guid>
		<description>Hey Steve, thanks for the update :D</description>
		<content:encoded><![CDATA[<p>Hey Steve, thanks for the update <img src='http://blog.mastykarz.nl/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.mastykarz.nl/regular-expressions-in-javascript-dont-support-the-single-line-mode/comment-page-1/#comment-5553</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 24 Aug 2008 14:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2008/08/21/regular-expressions-in-javascript-dont-support-the-single-line-mode/#comment-5553</guid>
		<description>If you use the latest XRegExp ( http://stevenlevithan.com/regex/xregexp/ ) instead of the old version you linked to, you also get named capture and many other advanced regex features and cross-browser compatibility fixes.</description>
		<content:encoded><![CDATA[<p>If you use the latest XRegExp ( <a href="http://stevenlevithan.com/regex/xregexp/" rel="nofollow">http://stevenlevithan.com/regex/xregexp/</a> ) instead of the old version you linked to, you also get named capture and many other advanced regex features and cross-browser compatibility fixes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/regular-expressions-in-javascript-dont-support-the-single-line-mode/comment-page-1/#comment-5407</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Thu, 21 Aug 2008 17:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2008/08/21/regular-expressions-in-javascript-dont-support-the-single-line-mode/#comment-5407</guid>
		<description>In the situation above you could use DOM of course if you were actually working on the current document. In case you&#039;re obtaining the HTML source of a page somewhere internet you get a string response. While you could still create a new instance of DOMDocument and do the processing, creating and running a Regex is much less code and easier to maintain IMHO.</description>
		<content:encoded><![CDATA[<p>In the situation above you could use DOM of course if you were actually working on the current document. In case you&#039;re obtaining the HTML source of a page somewhere internet you get a string response. While you could still create a new instance of DOMDocument and do the processing, creating and running a Regex is much less code and easier to maintain IMHO.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Seale</title>
		<link>http://blog.mastykarz.nl/regular-expressions-in-javascript-dont-support-the-single-line-mode/comment-page-1/#comment-5405</link>
		<dc:creator>Peter Seale</dc:creator>
		<pubDate>Thu, 21 Aug 2008 16:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2008/08/21/regular-expressions-in-javascript-dont-support-the-single-line-mode/#comment-5405</guid>
		<description>Nitpick: can\&#039;t you use the DOM to manipulate a div tag? Maybe you were dealing with something else--but if your example above matches what you were really trying to accomplish, I\&#039;d point out that you could have found a solution to your problem using the DOM.</description>
		<content:encoded><![CDATA[<p>Nitpick: can\&#039;t you use the DOM to manipulate a div tag? Maybe you were dealing with something else&#8211;but if your example above matches what you were really trying to accomplish, I\&#039;d point out that you could have found a solution to your problem using the DOM.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
