<?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 AS3</title>
	<atom:link href="http://labs.flexperiments.nl/regular-expressions-in-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.flexperiments.nl/regular-expressions-in-as3/</link>
	<description></description>
	<lastBuildDate>Fri, 30 Dec 2011 02:49:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Ids</title>
		<link>http://labs.flexperiments.nl/regular-expressions-in-as3/comment-page-1/#comment-5675</link>
		<dc:creator>Ids</dc:creator>
		<pubDate>Mon, 04 Feb 2008 20:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.idsklijnsma.nl/regular-expressions-in-as3/#comment-5675</guid>
		<description>Thanks, I figured that out also, apparently they only implented named references in the exec() method, not in the replace method.</description>
		<content:encoded><![CDATA[<p>Thanks, I figured that out also, apparently they only implented named references in the exec() method, not in the replace method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aron Cohen</title>
		<link>http://labs.flexperiments.nl/regular-expressions-in-as3/comment-page-1/#comment-5674</link>
		<dc:creator>Aron Cohen</dc:creator>
		<pubDate>Wed, 30 Jan 2008 14:20:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.idsklijnsma.nl/regular-expressions-in-as3/#comment-5674</guid>
		<description>Hi,

Saw your post, very handy app.

I&#039;ve got some help for you too...here&#039;s how to use groups on replace in AS3:

string.replace(/whatever:(?P(group selection))/gi, &quot;whatever you like $1&quot;);

note that this only works with numbered, not named references (don&#039;t ask me why though!)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Saw your post, very handy app.</p>
<p>I&#8217;ve got some help for you too&#8230;here&#8217;s how to use groups on replace in AS3:</p>
<p>string.replace(/whatever:(?P(group selection))/gi, &#8220;whatever you like $1&#8243;);</p>
<p>note that this only works with numbered, not named references (don&#8217;t ask me why though!)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

