<?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: The Best Regular Expression Tool on the Net</title>
	<atom:link href="http://www.russellheimlich.com/blog/the-best-regular-expression-tool-on-the-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.russellheimlich.com/blog/the-best-regular-expression-tool-on-the-net/</link>
	<description>The Blog of Russell Heimlich</description>
	<lastBuildDate>Sun, 01 Aug 2010 02:42:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Adobe.com Had A Security Hole &#187; Coding, Web, Internet &#187; Russell Heimlich</title>
		<link>http://www.russellheimlich.com/blog/the-best-regular-expression-tool-on-the-net/comment-page-1/#comment-295</link>
		<dc:creator>Adobe.com Had A Security Hole &#187; Coding, Web, Internet &#187; Russell Heimlich</dc:creator>
		<pubDate>Thu, 27 Sep 2007 02:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.russellheimlich.com/blog/the-best-regular-expression-tool-on-the-net/#comment-295</guid>
		<description>[...] When coding a web application it is a good idea to build in a sanitize function that will strip out any non-alphanumeric characters like backslashes and periods. This can be done easily with a regular expression like replace(/W/ig,&#8221;&quot;) that is common to most any programming language. This regular expression would change this ../../../../../../../../../usr/local/apache/conf/ssl.key/www.adobe.com.key%00 to this usrlocalapacheconfsslkeywwwadobecomkey00 . For more help with regular expressions check out this great tool I found. [...]</description>
		<content:encoded><![CDATA[<p>[...] When coding a web application it is a good idea to build in a sanitize function that will strip out any non-alphanumeric characters like backslashes and periods. This can be done easily with a regular expression like replace(/W/ig,&#8221;&#8221;) that is common to most any programming language. This regular expression would change this ../../../../../../../../../usr/local/apache/conf/ssl.key/www.adobe.com.key%00 to this usrlocalapacheconfsslkeywwwadobecomkey00 . For more help with regular expressions check out this great tool I found. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
