<?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: Mimicking Atomic Groups</title>
	<atom:link href="http://blog.stevenlevithan.com/archives/mimic-atomic-groups/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.stevenlevithan.com/archives/mimic-atomic-groups</link>
	<description>A JavaScript and regular expression centric blog</description>
	<lastBuildDate>Thu, 11 Mar 2010 18:49:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jason</title>
		<link>http://blog.stevenlevithan.com/archives/mimic-atomic-groups/comment-page-1#comment-17278</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 11 Apr 2008 16:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/?p=15#comment-17278</guid>
		<description>Thanks for the post. My situation was somewhat different: I did not have the need to fake an aotmic group, but since the .Net RegEx engine does not support possessive quantifiers, I was able to achieve the same results using your atomic groups sample. Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks for the post. My situation was somewhat different: I did not have the need to fake an aotmic group, but since the .Net RegEx engine does not support possessive quantifiers, I was able to achieve the same results using your atomic groups sample. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.stevenlevithan.com/archives/mimic-atomic-groups/comment-page-1#comment-8731</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 29 Nov 2007 17:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/?p=15#comment-8731</guid>
		<description>Absolutely (in fact I mentioned them in the post), but since possessive quantifiers are really just a notational convenience, I could get into a semantic argument about if using syntax less convenient than a regular atomic grouping can really be considered to be emulating a notational convenience.</description>
		<content:encoded><![CDATA[<p>Absolutely (in fact I mentioned them in the post), but since possessive quantifiers are really just a notational convenience, I could get into a semantic argument about if using syntax less convenient than a regular atomic grouping can really be considered to be emulating a notational convenience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: liorean</title>
		<link>http://blog.stevenlevithan.com/archives/mimic-atomic-groups/comment-page-1#comment-8711</link>
		<dc:creator>liorean</dc:creator>
		<pubDate>Thu, 29 Nov 2007 09:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/?p=15#comment-8711</guid>
		<description>Of course, since possessive quantifiers are semantically equivalent to regular quantifiers in atomic groups, possessive quantifiers can be emulated using the same pattern, too.</description>
		<content:encoded><![CDATA[<p>Of course, since possessive quantifiers are semantically equivalent to regular quantifiers in atomic groups, possessive quantifiers can be emulated using the same pattern, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.stevenlevithan.com/archives/mimic-atomic-groups/comment-page-1#comment-8637</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 28 Nov 2007 14:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/?p=15#comment-8637</guid>
		<description>@nic, Safari 3 supports atomic groups, but no other browser I&#039;ve tested does, and they&#039;re not in the ECMAScript 3 or proposed ECMAScript 4 specs.

BTW, since posting this I&#039;ve learned that emulating atomic groups using capturing groups in lookahead is actually a fairly well-known trick. It&#039;s mentioned in the official Perl documentation, as well as in Jeffrey Friedl&#039;s &lt;em&gt;Mastering Regular Expressions&lt;/em&gt;.

See my post just after this one, &lt;a href=&quot;/archives/mimic-conditionals&quot; rel=&quot;nofollow&quot;&gt;Mimicking Conditionals&lt;/a&gt;, for another cool trick which I haven&#039;t seen elsewhere.</description>
		<content:encoded><![CDATA[<p>@nic, Safari 3 supports atomic groups, but no other browser I&#8217;ve tested does, and they&#8217;re not in the ECMAScript 3 or proposed ECMAScript 4 specs.</p>
<p>BTW, since posting this I&#8217;ve learned that emulating atomic groups using capturing groups in lookahead is actually a fairly well-known trick. It&#8217;s mentioned in the official Perl documentation, as well as in Jeffrey Friedl&#8217;s <em>Mastering Regular Expressions</em>.</p>
<p>See my post just after this one, <a href="/archives/mimic-conditionals" rel="nofollow">Mimicking Conditionals</a>, for another cool trick which I haven&#8217;t seen elsewhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nic_tester</title>
		<link>http://blog.stevenlevithan.com/archives/mimic-atomic-groups/comment-page-1#comment-8617</link>
		<dc:creator>nic_tester</dc:creator>
		<pubDate>Wed, 28 Nov 2007 08:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/?p=15#comment-8617</guid>
		<description>If this works im in awe. I was pretty shocked that javascript does not support atomic groups, took me a long time to realise, it does apear like it would in the references ive found but all my testing sugests otherwise. You just saved my day, well, actually, probably saved me several days.</description>
		<content:encoded><![CDATA[<p>If this works im in awe. I was pretty shocked that javascript does not support atomic groups, took me a long time to realise, it does apear like it would in the references ive found but all my testing sugests otherwise. You just saved my day, well, actually, probably saved me several days.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
