<?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>myGUIDE &#187; regex</title>
	<atom:link href="http://myguide.bagarinao.com/tag/regex/feed" rel="self" type="application/rss+xml" />
	<link>http://myguide.bagarinao.com</link>
	<description>random notes, random thoughts</description>
	<lastBuildDate>Sat, 12 Nov 2011 19:57:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Regular expression</title>
		<link>http://myguide.bagarinao.com/2009/10/06/regular-expression.htm</link>
		<comments>http://myguide.bagarinao.com/2009/10/06/regular-expression.htm#comments</comments>
		<pubDate>Tue, 06 Oct 2009 08:34:03 +0000</pubDate>
		<dc:creator>baggy</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[regular expression]]></category>

		<guid isPermaLink="false">http://myguide.bagarinao.com/2009/10/06/regular-expression.htm</guid>
		<description><![CDATA[Especial Characters: [ \ ^ $ &#124; ? * + . ( ) If you want to use any of the above characters as a literal in a regular expression, you need to escape them with a backslash. For example, 1\+1=2 will search 1+1=2. With a character class or character set, you can tell the [...]]]></description>
		<wfw:commentRss>http://myguide.bagarinao.com/2009/10/06/regular-expression.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

