<?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>The Way Of Coding &#187; regular expressions</title>
	<atom:link href="http://thewayofcoding.com/tag/regular-expressions/feed/" rel="self" type="application/rss+xml" />
	<link>http://thewayofcoding.com</link>
	<description></description>
	<lastBuildDate>Mon, 28 Jun 2010 06:17:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Working with Regular Expressions in C#</title>
		<link>http://thewayofcoding.com/2008/08/working-with-regular-expressions-in-c/</link>
		<comments>http://thewayofcoding.com/2008/08/working-with-regular-expressions-in-c/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 05:45:53 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[extract]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[matching]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[regular expressions]]></category>

		<guid isPermaLink="false">http://www.thewayofcoding.com/?p=99</guid>
		<description><![CDATA[I&#8217;ve been working on a program that needs to parse a html file for form data.  So when I was deciding what method to use, a few popped right into my mind. The first being a character by character search through the string.  Parsing through the data and flagging sections that fit the signature of [...]]]></description>
		<wfw:commentRss>http://thewayofcoding.com/2008/08/working-with-regular-expressions-in-c/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Accessing page content from the front and back-end of a site</title>
		<link>http://thewayofcoding.com/2007/02/accessing-page-content-from-the-front-and-back-end-of-a-site/</link>
		<comments>http://thewayofcoding.com/2007/02/accessing-page-content-from-the-front-and-back-end-of-a-site/#comments</comments>
		<pubDate>Sat, 03 Feb 2007 00:08:00 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[regular expressions]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://localhost/?p=15</guid>
		<description><![CDATA[As I&#8217;m programming this database driven website, I&#8217;ve come into a few irritating little issues. Today I&#8217;ll talk about a few methods to access page content (images) from the back-end. I&#8217;ve created a way to create and edit page content with a browser based WYSIWYG editor. The problem is after the first time the data [...]]]></description>
		<wfw:commentRss>http://thewayofcoding.com/2007/02/accessing-page-content-from-the-front-and-back-end-of-a-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
