<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Tips for using regular expressions</title>
	<atom:link href="http://www.johndcook.com/blog/2008/06/27/tips-for-using-regular-expressions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johndcook.com/blog/2008/06/27/tips-for-using-regular-expressions/</link>
	<description>The blog of John D. Cook</description>
	<lastBuildDate>Sat, 11 Feb 2012 22:42:11 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Codewiz51</title>
		<link>http://www.johndcook.com/blog/2008/06/27/tips-for-using-regular-expressions/comment-page-1/#comment-1959</link>
		<dc:creator>Codewiz51</dc:creator>
		<pubDate>Sat, 28 Jun 2008 16:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/06/27/tips-for-using-regular-expressions/#comment-1959</guid>
		<description>I have to give a vote for the O&#039;Reilly books in you want to learn regular expressions. Almost any book on the perl language will have significant sections on RegEx expressions. http://oreilly.com/catalog/9780596528126/index.html

For me, the first thing that rings a bell for RegEx is free form data entry fields that are stored in a database. Extracting useful data from a varchar2(2000) field is fairly difficult. Misspellings, abbreviations, different writing styles, &quot;you name it&quot; data entry makes for difficult extraction. RegEx is extremely useful for organizing free form data into something meaningful.  The biggest problem is making sure you are not adding meaning where none exists.</description>
		<content:encoded><![CDATA[<p>I have to give a vote for the O&#8217;Reilly books in you want to learn regular expressions. Almost any book on the perl language will have significant sections on RegEx expressions. <a href="http://oreilly.com/catalog/9780596528126/index.html" rel="nofollow">http://oreilly.com/catalog/9780596528126/index.html</a></p>
<p>For me, the first thing that rings a bell for RegEx is free form data entry fields that are stored in a database. Extracting useful data from a varchar2(2000) field is fairly difficult. Misspellings, abbreviations, different writing styles, &#8220;you name it&#8221; data entry makes for difficult extraction. RegEx is extremely useful for organizing free form data into something meaningful.  The biggest problem is making sure you are not adding meaning where none exists.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.280 seconds -->

