<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wylie &#187; Regular Expressions</title>
	<atom:link href="http://www.wyliethomas.com/blog/tag/regular-expressions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wyliethomas.com/blog</link>
	<description>web consultant.developer.angler</description>
	<lastBuildDate>Wed, 07 Dec 2011 18:14:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Regular Expression Tools</title>
		<link>http://www.wyliethomas.com/blog/2010/06/25/regular-expression-tools/</link>
		<comments>http://www.wyliethomas.com/blog/2010/06/25/regular-expression-tools/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 07:51:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Regular Expressions]]></category>

		<guid isPermaLink="false">http://www.wyliethomas.com/blog/?p=135</guid>
		<description><![CDATA[A friend shared a RegEx tool that came in really handy. Its www.rubular.com. I don&#8217;t get alot of opportunities to work with regex but when i do, having a new tool can make it almost fun.
I came up with this expression to match various URL&#8217;s that users enter that i could create new links from.



&#40;&#40;&#40;https?&#41;:\/\/&#41;?&#40;&#40;&#91;0-9a-zA-Z&#93;&#91;-\w&#93;*\.&#41;+&#91;a-zA-Z&#93;&#123;2,9&#125;&#40;:\d&#123;1,4&#125;&#41;?&#40;&#91;-\w\/#~.?=&#38;%@~])*))



Looks [...]]]></description>
			<content:encoded><![CDATA[<p>A friend shared a RegEx tool that came in really handy. Its www.rubular.com. I don&#8217;t get alot of opportunities to work with regex but when i do, having a new tool can make it almost fun.</p>
<p>I came up with this expression to match various URL&#8217;s that users enter that i could create new links from.</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1"><span class="br0">&#40;</span><span class="br0">&#40;</span><span class="br0">&#40;</span>https?<span class="br0">&#41;</span>:\/\/<span class="br0">&#41;</span>?<span class="br0">&#40;</span><span class="br0">&#40;</span><span class="br0">&#91;</span><span class="nu0">0</span>-9a-zA-Z<span class="br0">&#93;</span><span class="br0">&#91;</span>-\w<span class="br0">&#93;</span>*\.<span class="br0">&#41;</span>+<span class="br0">&#91;</span>a-zA-Z<span class="br0">&#93;</span><span class="br0">&#123;</span><span class="nu0">2</span>,<span class="nu0">9</span><span class="br0">&#125;</span><span class="br0">&#40;</span>:\d<span class="br0">&#123;</span><span class="nu0">1</span>,<span class="nu0">4</span><span class="br0">&#125;</span><span class="br0">&#41;</span>?<span class="br0">&#40;</span><span class="br0">&#91;</span>-\w\/<span class="co1">#~.?=&amp;%@~])*))</span></div>
</li>
</ol>
</div>
<p>Looks like cartoon swearing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wyliethomas.com/blog/2010/06/25/regular-expression-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

