<?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 for I Never Finish Anythi</title>
	<atom:link href="http://ineverfinishanythi.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ineverfinishanythi.com</link>
	<description>&#34;There are two kinds of people, those who finish what they start and so on.&#34;</description>
	<lastBuildDate>Wed, 04 Apr 2012 14:37:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on Replacing forward slashes with backslashes using Regex by jb</title>
		<link>http://ineverfinishanythi.com/2009/04/24/replacing-forward-slashes-with-backslashes-using-regex/comment-page-1/#comment-24</link>
		<dc:creator>jb</dc:creator>
		<pubDate>Wed, 04 Apr 2012 14:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://ineverfinishanythi.com/?p=22#comment-24</guid>
		<description>You&#039;re a bloody legend!!! Thanks!</description>
		<content:encoded><![CDATA[<p>You’re a bloody legend!!! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Replacing forward slashes with backslashes using Regex by Erick</title>
		<link>http://ineverfinishanythi.com/2009/04/24/replacing-forward-slashes-with-backslashes-using-regex/comment-page-1/#comment-23</link>
		<dc:creator>Erick</dc:creator>
		<pubDate>Sat, 20 Aug 2011 15:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://ineverfinishanythi.com/?p=22#comment-23</guid>
		<description>Hi, 
It was not works in my example. 
---------------------- 
 
var path:String = &quot;C:	opdeeperkeepgoing.xml&quot;; 
var pattern:RegExp = /()/g;  
var fixed: String = path.replace(pattern, &quot;/&quot;); 
trace(fixed)  C:opdeeperkeepgoing.xml 
 
What could be wrong? 
Thanks!Thanks! </description>
		<content:encoded><![CDATA[<p>Hi,<br />
It was not works in my example.<br />
———————- </p>
<p>var path:String = “C:	opdeeperkeepgoing.xml”;<br />
var pattern:RegExp = /()/g;<br />
var fixed: String = path.replace(pattern, “/”);<br />
trace(fixed)  C:opdeeperkeepgoing.xml </p>
<p>What could be wrong?<br />
Thanks!Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Replacing forward slashes with backslashes using Regex by shawn</title>
		<link>http://ineverfinishanythi.com/2009/04/24/replacing-forward-slashes-with-backslashes-using-regex/comment-page-1/#comment-22</link>
		<dc:creator>shawn</dc:creator>
		<pubDate>Sun, 24 Jul 2011 18:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://ineverfinishanythi.com/?p=22#comment-22</guid>
		<description>heeeeeeeeey thank you so much! </description>
		<content:encoded><![CDATA[<p>heeeeeeeeey thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Replacing forward slashes with backslashes using Regex by molly h</title>
		<link>http://ineverfinishanythi.com/2009/04/24/replacing-forward-slashes-with-backslashes-using-regex/comment-page-1/#comment-21</link>
		<dc:creator>molly h</dc:creator>
		<pubDate>Sun, 03 Jul 2011 20:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://ineverfinishanythi.com/?p=22#comment-21</guid>
		<description>thanks for making a website for us people who dont know how to do stuff like this. :)</description>
		<content:encoded><![CDATA[<p>thanks for making a website for us people who dont know how to do stuff like this. <img src='http://ineverfinishanythi.com/infa/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Replacing forward slashes with backslashes using Regex by Nicholas</title>
		<link>http://ineverfinishanythi.com/2009/04/24/replacing-forward-slashes-with-backslashes-using-regex/comment-page-1/#comment-20</link>
		<dc:creator>Nicholas</dc:creator>
		<pubDate>Wed, 04 Aug 2010 03:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://ineverfinishanythi.com/?p=22#comment-20</guid>
		<description>Sorry it&#039;s taken so long to respond; I&#039;ve been kind of absent (read: work projects got BUSY).    
I didn&#039;t actually try it, but it should work just to change the escaped slashes.    
Example:     
    var pattern:RegExp = /(\)/g;    
    var fixed: String = path.replace(pattern, &quot;/&quot;); </description>
		<content:encoded><![CDATA[<p>Sorry it’s taken so long to respond; I’ve been kind of absent (read: work projects got BUSY).<br />
I didn’t actually try it, but it should work just to change the escaped slashes.<br />
Example:<br />
    var pattern:RegExp = /(\)/g;<br />
    var fixed: String = path.replace(pattern, “/”);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Replacing forward slashes with backslashes using Regex by ziro</title>
		<link>http://ineverfinishanythi.com/2009/04/24/replacing-forward-slashes-with-backslashes-using-regex/comment-page-1/#comment-19</link>
		<dc:creator>ziro</dc:creator>
		<pubDate>Wed, 04 Aug 2010 03:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://ineverfinishanythi.com/?p=22#comment-19</guid>
		<description>nice work! thanks </description>
		<content:encoded><![CDATA[<p>nice work! thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Replacing forward slashes with backslashes using Regex by John</title>
		<link>http://ineverfinishanythi.com/2009/04/24/replacing-forward-slashes-with-backslashes-using-regex/comment-page-1/#comment-18</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 02 Jul 2010 15:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://ineverfinishanythi.com/?p=22#comment-18</guid>
		<description>how do you do it the other way around ? ie. replace backslash with forward slash </description>
		<content:encoded><![CDATA[<p>how do you do it the other way around ? ie. replace backslash with forward slash</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Replacing forward slashes with backslashes using Regex by Ferrol</title>
		<link>http://ineverfinishanythi.com/2009/04/24/replacing-forward-slashes-with-backslashes-using-regex/comment-page-1/#comment-17</link>
		<dc:creator>Ferrol</dc:creator>
		<pubDate>Tue, 30 Mar 2010 14:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://ineverfinishanythi.com/?p=22#comment-17</guid>
		<description>Other internet examples are not workable because part of the RegExp expression is interpreted as comment. This is excellent, thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Other internet examples are not workable because part of the RegExp expression is interpreted as comment. This is excellent, thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tilt-Shift Effect in AS3/Flex by moviemaker</title>
		<link>http://ineverfinishanythi.com/2009/05/18/tilt-shift-effect-in-as3flex/comment-page-1/#comment-16</link>
		<dc:creator>moviemaker</dc:creator>
		<pubDate>Wed, 03 Mar 2010 12:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://ineverfinishanythi.com/?p=34#comment-16</guid>
		<description>this would be cool to have on the live-webcam-picture. any chance? </description>
		<content:encoded><![CDATA[<p>this would be cool to have on the live-webcam-picture. any chance?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Replacing forward slashes with backslashes using Regex by majk0</title>
		<link>http://ineverfinishanythi.com/2009/04/24/replacing-forward-slashes-with-backslashes-using-regex/comment-page-1/#comment-15</link>
		<dc:creator>majk0</dc:creator>
		<pubDate>Tue, 23 Feb 2010 12:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://ineverfinishanythi.com/?p=22#comment-15</guid>
		<description>helped me a lot! thanks </description>
		<content:encoded><![CDATA[<p>helped me a lot! thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
