<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippet Revisions</title>
		<link>http://www.bytemycode.com</link>
		<description>Revisions for this snippet.</description>
		<pubDate>Wed, 09 Jul 2008 04:43:19 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	
	<item>
		<title>URL Regular Expression 1</title>
		<link>http://www.bytemycode.com/snippets/snippet/796/1/</link>
		<comments>http://www.bytemycode.com/snippets/snippet/796/comments/</comments>
		<pubDate>Thu, 28 Feb 2008 16:10:58 +0000</pubDate>
		<dc:creator>inxilpro</dc:creator>
		<category>"Regular, Expression", regex, RegExp</category>
		<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/796/</guid>
		<description>
			<![CDATA[
				<p>This is as close to a perfect URL regular expression as I've come.  It's based on <a href='http://www.ietf.org/rfc/rfc3986.txt' target="_blank">RFC 3986</a>.<br /><br /><b>A few caveats:</b><br /><br />It only accepts http/https/ftp URLs by design, but you could change that to accept any valid URI pretty easily.<br /><br />It doesn't support IP-based URLs or authenticated URLs.  This is also by design, but you could change that with a little work.</p>
			]]>
		</description>
	</item>

	
	</channel>
</rss>