<?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: replace vs. split and join performance in ActionScript 3</title>
	<atom:link href="http://www.stratulat.com/blog/replace-vs-split-and-join-performance-in-actionscript-3/feed" rel="self" type="application/rss+xml" />
	<link>http://www.stratulat.com/blog/replace-vs-split-and-join-performance-in-actionscript-3</link>
	<description>This is my personal blog</description>
	<lastBuildDate>Wed, 30 Jun 2010 07:16:30 +0200</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Sakana</title>
		<link>http://www.stratulat.com/blog/replace-vs-split-and-join-performance-in-actionscript-3/comment-page-1#comment-595</link>
		<dc:creator>Sakana</dc:creator>
		<pubDate>Mon, 02 Feb 2009 08:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.stratulat.com/blog/replace-vs-split-and-join-performance-in-actionscript-3#comment-595</guid>
		<description>Replace is very easy to use for &quot;META TAG&quot; replacement.
Good to know, thank you for the comparison.

S.</description>
		<content:encoded><![CDATA[<p>Replace is very easy to use for &#8220;META TAG&#8221; replacement.<br />
Good to know, thank you for the comparison.</p>
<p>S.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David R</title>
		<link>http://www.stratulat.com/blog/replace-vs-split-and-join-performance-in-actionscript-3/comment-page-1#comment-590</link>
		<dc:creator>David R</dc:creator>
		<pubDate>Fri, 30 Jan 2009 18:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.stratulat.com/blog/replace-vs-split-and-join-performance-in-actionscript-3#comment-590</guid>
		<description>The string.split().join() construct is a leftover from AS2 days, where there was no string.replace(). In AS3, it makes no sense to use .split.join, only people who haven&#039;t learned the new replace function would be likely to use it.</description>
		<content:encoded><![CDATA[<p>The string.split().join() construct is a leftover from AS2 days, where there was no string.replace(). In AS3, it makes no sense to use .split.join, only people who haven&#8217;t learned the new replace function would be likely to use it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
