<?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>maxpagels.com &#187; regularexpressions</title>
	<atom:link href="http://www.maxpagels.com/tag/regularexpressions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maxpagels.com</link>
	<description>Est. MMVIII</description>
	<lastBuildDate>Wed, 08 Feb 2012 18:54:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<cloud domain='www.maxpagels.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>text2re</title>
		<link>http://txt2re.com/</link>
		<comments>http://www.maxpagels.com/2011/05/31/text2re/#comments</comments>
		<pubDate>Tue, 31 May 2011 21:12:35 +0000</pubDate>
		<dc:creator>Max Pagels</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[regularexpressions]]></category>
		<category><![CDATA[text2re]]></category>

		<guid isPermaLink="false">http://www.maxpagels.com/?p=3958</guid>
		<description><![CDATA[This system acts as a regular expression generator. Instead of trying to build the regular expression, you start off with the string that you want to search. You paste this into the site, click submit and the site finds recognisable patterns in your string. You then select the patterns that you are interested in and [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>This system acts as a regular expression generator. Instead of trying to build the regular expression, you start off with the string that you want to search. You paste this into the site, click submit and the site finds recognisable patterns in your string. You then select the patterns that you are interested in and it writes a fully fledged program that extracts those patterns from that string.</p></blockquote>
<p>A time-saver if ever I saw one.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxpagels.com/2011/05/31/text2re/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>John Gruber&#8217;s regex for matching URLs</title>
		<link>http://daringfireball.net/2009/11/liberal_regex_for_matching_urls</link>
		<comments>http://www.maxpagels.com/2009/11/27/john-grubers-regex-for-matching-urls/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 18:38:02 +0000</pubDate>
		<dc:creator>Max Pagels</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[regularexpressions]]></category>

		<guid isPermaLink="false">http://www.maxpagels.com/?p=1010</guid>
		<description><![CDATA[This pattern attempts to be practical. It makes no attempt to parse URLs according to any official specification. It isn’t limited to predefined URL protocols. It should be clever about things like parentheses and trailing punctuation. URLs are notoriously difficult to match with regular expressions. This seems to be a pretty accurate implementation, I&#8217;ve yet [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>This pattern attempts to be practical. It makes no attempt to parse URLs according to any official specification. It isn’t limited to predefined URL protocols. It should be clever about things like parentheses and trailing punctuation.</p></blockquote>
<p>URLs are notoriously difficult to match with regular expressions. This seems to be a pretty accurate implementation, I&#8217;ve yet to have it fail.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxpagels.com/2009/11/27/john-grubers-regex-for-matching-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

