<?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: String.replace() method for ActionScript2</title>
	<atom:link href="http://tekkie.flashbit.net/flash/as/stringreplace-method-for-actionscript2/feed" rel="self" type="application/rss+xml" />
	<link>http://tekkie.flashbit.net/flash/as/stringreplace-method-for-actionscript2</link>
	<description>Flash technology blog</description>
	<lastBuildDate>Sun, 29 Jan 2012 21:27:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Diego</title>
		<link>http://tekkie.flashbit.net/flash/as/stringreplace-method-for-actionscript2/comment-page-1#comment-2561</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Wed, 09 Nov 2011 18:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://tekkie.flashbit.net/flash/as/stringreplace-method-for-actionscript2#comment-2561</guid>
		<description>Thank you, it was very helpfull!</description>
		<content:encoded><![CDATA[<p>Thank you, it was very helpfull!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fkids</title>
		<link>http://tekkie.flashbit.net/flash/as/stringreplace-method-for-actionscript2/comment-page-1#comment-1990</link>
		<dc:creator>Fkids</dc:creator>
		<pubDate>Sun, 05 Jun 2011 14:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://tekkie.flashbit.net/flash/as/stringreplace-method-for-actionscript2#comment-1990</guid>
		<description>THANK YOU VERY MUCH IT HELPED ME ALOT! :D</description>
		<content:encoded><![CDATA[<p>THANK YOU VERY MUCH IT HELPED ME ALOT! <img src='http://tekkie.flashbit.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nefissi mohamed ali</title>
		<link>http://tekkie.flashbit.net/flash/as/stringreplace-method-for-actionscript2/comment-page-1#comment-1624</link>
		<dc:creator>nefissi mohamed ali</dc:creator>
		<pubDate>Mon, 24 Jan 2011 16:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://tekkie.flashbit.net/flash/as/stringreplace-method-for-actionscript2#comment-1624</guid>
		<description>very good for this code
String.prototype.replace = function(search, replacer):String{
return this.split(search).join(replacer);
}
.</description>
		<content:encoded><![CDATA[<p>very good for this code<br />
String.prototype.replace = function(search, replacer):String{<br />
return this.split(search).join(replacer);<br />
}<br />
.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ain Tohvri</title>
		<link>http://tekkie.flashbit.net/flash/as/stringreplace-method-for-actionscript2/comment-page-1#comment-1619</link>
		<dc:creator>Ain Tohvri</dc:creator>
		<pubDate>Sat, 25 Dec 2010 09:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://tekkie.flashbit.net/flash/as/stringreplace-method-for-actionscript2#comment-1619</guid>
		<description>&lt;a href=&quot;#comment-1598&quot; rel=&quot;nofollow&quot;&gt;Plamen&lt;/a&gt;: This snippet was used in the AS2 Flash CMS framework and is certainly AS2. In AS3 all this is a bit simpler.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1598" rel="nofollow">Plamen</a>: This snippet was used in the AS2 Flash CMS framework and is certainly AS2. In AS3 all this is a bit simpler.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Plamen</title>
		<link>http://tekkie.flashbit.net/flash/as/stringreplace-method-for-actionscript2/comment-page-1#comment-1598</link>
		<dc:creator>Plamen</dc:creator>
		<pubDate>Tue, 30 Nov 2010 12:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://tekkie.flashbit.net/flash/as/stringreplace-method-for-actionscript2#comment-1598</guid>
		<description>The script is for AS 3.0, not 2.0 :/

This is why @Yehia gets &quot;undefined&quot;</description>
		<content:encoded><![CDATA[<p>The script is for AS 3.0, not 2.0 :/</p>
<p>This is why @Yehia gets &#8220;undefined&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SparK</title>
		<link>http://tekkie.flashbit.net/flash/as/stringreplace-method-for-actionscript2/comment-page-1#comment-1543</link>
		<dc:creator>SparK</dc:creator>
		<pubDate>Tue, 21 Sep 2010 20:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://tekkie.flashbit.net/flash/as/stringreplace-method-for-actionscript2#comment-1543</guid>
		<description>String.prototype.replace = function(search, replacer):String{
	return this.split(search).join(replacer);
}</description>
		<content:encoded><![CDATA[<p>String.prototype.replace = function(search, replacer):String{<br />
	return this.split(search).join(replacer);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M.B.O</title>
		<link>http://tekkie.flashbit.net/flash/as/stringreplace-method-for-actionscript2/comment-page-1#comment-1468</link>
		<dc:creator>M.B.O</dc:creator>
		<pubDate>Tue, 24 Aug 2010 17:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://tekkie.flashbit.net/flash/as/stringreplace-method-for-actionscript2#comment-1468</guid>
		<description>thanks , But How do I use more than one word to replace it</description>
		<content:encoded><![CDATA[<p>thanks , But How do I use more than one word to replace it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ain Tohvri</title>
		<link>http://tekkie.flashbit.net/flash/as/stringreplace-method-for-actionscript2/comment-page-1#comment-1241</link>
		<dc:creator>Ain Tohvri</dc:creator>
		<pubDate>Sun, 11 Jul 2010 14:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://tekkie.flashbit.net/flash/as/stringreplace-method-for-actionscript2#comment-1241</guid>
		<description>&lt;a href=&quot;#comment-1237&quot; rel=&quot;nofollow&quot;&gt;Yehia&lt;/a&gt;: as you can see, quite a few people have found it working and I can assure you it is. Check your implementation, it&#039;s a trivial and straightforward approach.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1237" rel="nofollow">Yehia</a>: as you can see, quite a few people have found it working and I can assure you it is. Check your implementation, it&#8217;s a trivial and straightforward approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yehia</title>
		<link>http://tekkie.flashbit.net/flash/as/stringreplace-method-for-actionscript2/comment-page-1#comment-1237</link>
		<dc:creator>Yehia</dc:creator>
		<pubDate>Sun, 11 Jul 2010 11:35:18 +0000</pubDate>
		<guid isPermaLink="false">http://tekkie.flashbit.net/flash/as/stringreplace-method-for-actionscript2#comment-1237</guid>
		<description>it display &quot;undefined&quot;</description>
		<content:encoded><![CDATA[<p>it display &#8220;undefined&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Enes Tanrıöver</title>
		<link>http://tekkie.flashbit.net/flash/as/stringreplace-method-for-actionscript2/comment-page-1#comment-497</link>
		<dc:creator>Enes Tanrıöver</dc:creator>
		<pubDate>Wed, 25 Feb 2009 15:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://tekkie.flashbit.net/flash/as/stringreplace-method-for-actionscript2#comment-497</guid>
		<description>thank you !</description>
		<content:encoded><![CDATA[<p>thank you !</p>
]]></content:encoded>
	</item>
</channel>
</rss>

