<?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: 3 Useful Regular Expressions</title>
	<atom:link href="http://www.ghidinelli.com/2011/02/08/three-useful-regular-expressions/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ghidinelli.com/2011/02/08/three-useful-regular-expressions</link>
	<description></description>
	<lastBuildDate>Thu, 01 Jun 2017 18:51:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brian</title>
		<link>http://www.ghidinelli.com/2011/02/08/three-useful-regular-expressions/comment-page-1#comment-61921</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 11 Feb 2011 07:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/?p=1238#comment-61921</guid>
		<description>Great ones Dan - thanks!  I agree about the IDE solving the whitespace issue but a lot of times you need to process an entire folder or project so it&#039;s helpful to have it clean it up.</description>
		<content:encoded><![CDATA[<p>Great ones Dan &#8211; thanks!  I agree about the IDE solving the whitespace issue but a lot of times you need to process an entire folder or project so it&#8217;s helpful to have it clean it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan G. Switzer, II</title>
		<link>http://www.ghidinelli.com/2011/02/08/three-useful-regular-expressions/comment-page-1#comment-61912</link>
		<dc:creator>Dan G. Switzer, II</dc:creator>
		<pubDate>Wed, 09 Feb 2011 14:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/?p=1238#comment-61912</guid>
		<description>Oh yeah, another useful RegEx is one I worked up for finding variables w/in a  block that don&#039;t appear to be inside a  block:

http://blog.pengoworks.com/index.cfm/2008/7/23/Using-Eclipse-to-find-queries-that-arent-using-cfqueryparam-

]*&gt;([^#]*(((?&lt;!value=&quot;)#[^#]*#)))((?&lt;!]*?)

The regex does not explicitly check for the token &lt;cfqueryparam, but instead checks to make sure that CF variables are preceded with the string value=&quot;—which is the attribute used in .

The regex isn&#039;t perfect and may pick up occasional false positives, but from my testing it seems to work pretty well.</description>
		<content:encoded><![CDATA[<p>Oh yeah, another useful RegEx is one I worked up for finding variables w/in a  block that don&#8217;t appear to be inside a  block:</p>
<p><a href="http://blog.pengoworks.com/index.cfm/2008/7/23/Using-Eclipse-to-find-queries-that-arent-using-cfqueryparam-" rel="nofollow">http://blog.pengoworks.com/index.cfm/2008/7/23/Using-Eclipse-to-find-queries-that-arent-using-cfqueryparam-</a></p>
<p>]*&gt;([^#]*(((?&lt;!value=&quot;)#[^#]*#)))((?&lt;!]*?)</p>
<p>The regex does not explicitly check for the token &lt;cfqueryparam, but instead checks to make sure that CF variables are preceded with the string value=&quot;—which is the attribute used in .</p>
<p>The regex isn&#8217;t perfect and may pick up occasional false positives, but from my testing it seems to work pretty well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan G. Switzer, II</title>
		<link>http://www.ghidinelli.com/2011/02/08/three-useful-regular-expressions/comment-page-1#comment-61911</link>
		<dc:creator>Dan G. Switzer, II</dc:creator>
		<pubDate>Wed, 09 Feb 2011 13:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/?p=1238#comment-61911</guid>
		<description>RE: Strip whitespace from end of lines, most IDE provide a method for doing this automatically on saving a file.

CFEclipse offers this option under Window &gt; Preferences &gt; CFEclipse &gt; Editor &gt; Trim trailing spaces before saving

I like my IDE just handling this for me, because it&#039;s one less thing I have to manage manually!</description>
		<content:encoded><![CDATA[<p>RE: Strip whitespace from end of lines, most IDE provide a method for doing this automatically on saving a file.</p>
<p>CFEclipse offers this option under Window &gt; Preferences &gt; CFEclipse &gt; Editor &gt; Trim trailing spaces before saving</p>
<p>I like my IDE just handling this for me, because it&#8217;s one less thing I have to manage manually!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
