<?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: Using Regular Expressions to build ColdFusion getters and setters</title>
	<atom:link href="http://flexoop.com/2008/11/using-regular-expressions-to-build-coldfusion-getters-and-setters/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexoop.com/2008/11/using-regular-expressions-to-build-coldfusion-getters-and-setters/</link>
	<description>Flex, AIR, ColdFusion, and everything in between</description>
	<lastBuildDate>Mon, 26 Jul 2010 19:48:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Gareth</title>
		<link>http://flexoop.com/2008/11/using-regular-expressions-to-build-coldfusion-getters-and-setters/comment-page-1/#comment-529</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Mon, 09 Mar 2009 16:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://flexfusion.archfamily.com/?p=39#comment-529</guid>
		<description>Sorry, forgot to mention in my find/replace that it is actually looking for a carriage return ( that&#039;s what the (\r\n) is doing on the end ) and a tab (\t), so the code would have to be set up something like this

[tab here]&lt;cfset variables.firstName = &quot;&quot; /&gt;[carriage return here]
[tab here]&lt;cfset variables.lastName = &quot;&quot; /&gt;[carriage return here]
[tab here]

That&#039;s how I&#039;m adding formatting to the outputted code...I use the carriage returns and tabs to reformat the output (as I don&#039;t think eclipse has a way to do that just with regex terms).  If you don&#039;t mind having it all output on one line, just remove the (\r\n)(\t) from the &quot;find&quot; and remove any $2 or $3 from the &quot;replace&quot; statement and it should fix any problems.  Then you&#039;ll just have to go through and enter/tab the results around.  If you have many variables, it&#039;s easier to add the formatting first, then let the regex handle the rest.</description>
		<content:encoded><![CDATA[<p>Sorry, forgot to mention in my find/replace that it is actually looking for a carriage return ( that&#8217;s what the (\r\n) is doing on the end ) and a tab (\t), so the code would have to be set up something like this</p>
<p>[tab here]&lt;cfset variables.firstName = &#8220;&#8221; /&gt;[carriage return here]<br />
[tab here]&lt;cfset variables.lastName = &#8220;&#8221; /&gt;[carriage return here]<br />
[tab here]</p>
<p>That&#8217;s how I&#8217;m adding formatting to the outputted code&#8230;I use the carriage returns and tabs to reformat the output (as I don&#8217;t think eclipse has a way to do that just with regex terms).  If you don&#8217;t mind having it all output on one line, just remove the (\r\n)(\t) from the &#8220;find&#8221; and remove any $2 or $3 from the &#8220;replace&#8221; statement and it should fix any problems.  Then you&#8217;ll just have to go through and enter/tab the results around.  If you have many variables, it&#8217;s easier to add the formatting first, then let the regex handle the rest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pmolaro</title>
		<link>http://flexoop.com/2008/11/using-regular-expressions-to-build-coldfusion-getters-and-setters/comment-page-1/#comment-528</link>
		<dc:creator>pmolaro</dc:creator>
		<pubDate>Mon, 09 Mar 2009 13:26:58 +0000</pubDate>
		<guid isPermaLink="false">http://flexfusion.archfamily.com/?p=39#comment-528</guid>
		<description>Can you check the example and the reg ex and be sure it is documented correctly?  I pasted in your property tags into a blank CFM page in Eclipse to try this out.  Then I used Find/Replace cutting/pasting in your RegEx examples.  Eclipse doesn&#039;t find a match.</description>
		<content:encoded><![CDATA[<p>Can you check the example and the reg ex and be sure it is documented correctly?  I pasted in your property tags into a blank CFM page in Eclipse to try this out.  Then I used Find/Replace cutting/pasting in your RegEx examples.  Eclipse doesn&#8217;t find a match.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
