<?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: ActionScript 3 URL validator class</title>
	<atom:link href="http://ctrloptcmd.com/archives/587/actionscript-3-url-validator-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://ctrloptcmd.com/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fctrloptcmd.com%2Farchives%2F587%2Factionscript-3-url-validator-class%2F%23comment-&amp;seed_title=ActionScript+3+URL+validator+class</link>
	<description></description>
	<lastBuildDate>Wed, 28 Jul 2010 19:08:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Martin</title>
		<link>http://ctrloptcmd.com/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fctrloptcmd.com%2Farchives%2F587%2Factionscript-3-url-validator-class%2F%23comment-338&amp;seed_title=ActionScript+3+URL+validator+class/comment-page-1/#comment-338</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Thu, 03 Sep 2009 14:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://ctrloptcmd.com/?p=587#comment-338</guid>
		<description>Been a while since I looked at this now, but it sounds like the &quot;find&quot; method probably doesn&#039;t really do a good job at validating the URLs on its own. 

I&#039;ll have a look when I get a chance.</description>
		<content:encoded><![CDATA[<p>Been a while since I looked at this now, but it sounds like the &#8220;find&#8221; method probably doesn&#8217;t really do a good job at validating the URLs on its own. </p>
<p>I&#8217;ll have a look when I get a chance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://ctrloptcmd.com/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fctrloptcmd.com%2Farchives%2F587%2Factionscript-3-url-validator-class%2F%23comment-337&amp;seed_title=ActionScript+3+URL+validator+class/comment-page-1/#comment-337</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 01 Sep 2009 19:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://ctrloptcmd.com/?p=587#comment-337</guid>
		<description>Very good class! I have been searching all day for something that did just this thing! I do have a bug for you. It includes ... in it&#039;s searching sometimes so the phrase: 

thinking about taking a walk...don&#039;t judge please

Returns:

FOUND URL: &#039;walk...don&#039; at [24-33]

It doesn&#039;t validate it, but does find it.</description>
		<content:encoded><![CDATA[<p>Very good class! I have been searching all day for something that did just this thing! I do have a bug for you. It includes &#8230; in it&#8217;s searching sometimes so the phrase: </p>
<p>thinking about taking a walk&#8230;don&#8217;t judge please</p>
<p>Returns:</p>
<p>FOUND URL: &#8216;walk&#8230;don&#8217; at [24-33]</p>
<p>It doesn&#8217;t validate it, but does find it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://ctrloptcmd.com/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fctrloptcmd.com%2Farchives%2F587%2Factionscript-3-url-validator-class%2F%23comment-310&amp;seed_title=ActionScript+3+URL+validator+class/comment-page-1/#comment-310</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Wed, 05 Aug 2009 08:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://ctrloptcmd.com/?p=587#comment-310</guid>
		<description>@Alexander: Thanks! I incorporated your changes in the version posted above.</description>
		<content:encoded><![CDATA[<p>@Alexander: Thanks! I incorporated your changes in the version posted above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Rindo</title>
		<link>http://ctrloptcmd.com/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fctrloptcmd.com%2Farchives%2F587%2Factionscript-3-url-validator-class%2F%23comment-301&amp;seed_title=ActionScript+3+URL+validator+class/comment-page-1/#comment-301</link>
		<dc:creator>Alexander Rindo</dc:creator>
		<pubDate>Fri, 31 Jul 2009 20:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://ctrloptcmd.com/?p=587#comment-301</guid>
		<description>I&#039;m posting this as a comment since I don&#039;t know if you&#039;re contact form actually works.

I updated you source so that it handles multiple identical domains correctly, you can view the source here:

http://alexrindo.com/URLTagger/URLValidator.as

test it here:

http://alexrindo.com/URLTagger</description>
		<content:encoded><![CDATA[<p>I&#8217;m posting this as a comment since I don&#8217;t know if you&#8217;re contact form actually works.</p>
<p>I updated you source so that it handles multiple identical domains correctly, you can view the source here:</p>
<p><a href="http://alexrindo.com/URLTagger/URLValidator.as" rel="nofollow">http://alexrindo.com/URLTagger/URLValidator.as</a></p>
<p>test it here:</p>
<p><a href="http://alexrindo.com/URLTagger" rel="nofollow">http://alexrindo.com/URLTagger</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://ctrloptcmd.com/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fctrloptcmd.com%2Farchives%2F587%2Factionscript-3-url-validator-class%2F%23comment-260&amp;seed_title=ActionScript+3+URL+validator+class/comment-page-1/#comment-260</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Wed, 27 May 2009 10:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://ctrloptcmd.com/?p=587#comment-260</guid>
		<description>I fixed the issue with a dashed URL. It was a bug in the validate method, so the class would find the URL using the find() method but not properly validate it.

Anyways; Fixed now. Keep the bugs coming. :)</description>
		<content:encoded><![CDATA[<p>I fixed the issue with a dashed URL. It was a bug in the validate method, so the class would find the URL using the find() method but not properly validate it.</p>
<p>Anyways; Fixed now. Keep the bugs coming. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://ctrloptcmd.com/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fctrloptcmd.com%2Farchives%2F587%2Factionscript-3-url-validator-class%2F%23comment-160&amp;seed_title=ActionScript+3+URL+validator+class/comment-page-1/#comment-160</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 11 May 2009 15:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://ctrloptcmd.com/?p=587#comment-160</guid>
		<description>Thanks for pointing that out to me. I&#039;ll have a looksie to see where I went wrong.</description>
		<content:encoded><![CDATA[<p>Thanks for pointing that out to me. I&#8217;ll have a looksie to see where I went wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daniel sovino</title>
		<link>http://ctrloptcmd.com/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fctrloptcmd.com%2Farchives%2F587%2Factionscript-3-url-validator-class%2F%23comment-158&amp;seed_title=ActionScript+3+URL+validator+class/comment-page-1/#comment-158</link>
		<dc:creator>daniel sovino</dc:creator>
		<pubDate>Mon, 11 May 2009 05:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://ctrloptcmd.com/?p=587#comment-158</guid>
		<description>try this url:

http://co-op.cl/

false, and in fact it exists.
I&#039;m not a regex guy to solve this out....
anyway, still pretty cool stuff..

blesses</description>
		<content:encoded><![CDATA[<p>try this url:</p>
<p><a href="http://co-op.cl/" rel="nofollow">http://co-op.cl/</a></p>
<p>false, and in fact it exists.<br />
I&#8217;m not a regex guy to solve this out&#8230;.<br />
anyway, still pretty cool stuff..</p>
<p>blesses</p>
]]></content:encoded>
	</item>
</channel>
</rss>
