<?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: REMatch (ColdFusion)</title>
	<atom:link href="http://blog.stevenlevithan.com/archives/rematch-coldfusion/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.stevenlevithan.com/archives/rematch-coldfusion</link>
	<description>A JavaScript and regular expression centric blog</description>
	<lastBuildDate>Thu, 09 Feb 2012 10:18:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Steve</title>
		<link>http://blog.stevenlevithan.com/archives/rematch-coldfusion/comment-page-1#comment-12495</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 24 Jan 2008 00:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/?p=9#comment-12495</guid>
		<description>That means you&#039;re using ColdFusion 8, which includes a (much less flexible) &lt;code&gt;reMatch&lt;/code&gt; function natively. I posted this well before any official word about CF8. Does the native &lt;code&gt;reMatch&lt;/code&gt; not work for your needs?</description>
		<content:encoded><![CDATA[<p>That means you&#8217;re using ColdFusion 8, which includes a (much less flexible) <code>reMatch</code> function natively. I posted this well before any official word about CF8. Does the native <code>reMatch</code> not work for your needs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boybles</title>
		<link>http://blog.stevenlevithan.com/archives/rematch-coldfusion/comment-page-1#comment-12491</link>
		<dc:creator>boybles</dc:creator>
		<pubDate>Wed, 23 Jan 2008 21:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/?p=9#comment-12491</guid>
		<description>I get the following error when I try to implement it:
&quot;The names of user-defined functions cannot be the same as built-in ColdFusion functions.  
The name reMatch is the name of a built-in ColdFusion function.
The CFML compiler was processing:

A cffunction tag beginning on line 1, column 2.
 
  
The error occurred in C:\Inetpub\wwwroot\test\regex3.cfm: line 1
 
1 : &lt;cffunction name=&quot;reMatch&quot; output=&quot;false&quot;&gt;  
2 : &lt;cfargument name=&quot;regex&quot; type=&quot;string&quot; required=&quot;yes&quot; /&gt;  
3 : &lt;cfargument name=&quot;string&quot; type=&quot;string&quot; required=&quot;yes&quot; /&gt;  
 
&quot;

Any ideas?</description>
		<content:encoded><![CDATA[<p>I get the following error when I try to implement it:<br />
&#8220;The names of user-defined functions cannot be the same as built-in ColdFusion functions.<br />
The name reMatch is the name of a built-in ColdFusion function.<br />
The CFML compiler was processing:</p>
<p>A cffunction tag beginning on line 1, column 2.</p>
<p>The error occurred in C:\Inetpub\wwwroot\test\regex3.cfm: line 1</p>
<p>1 : &lt;cffunction name=&#8221;reMatch&#8221; output=&#8221;false&#8221;&gt;<br />
2 : &lt;cfargument name=&#8221;regex&#8221; type=&#8221;string&#8221; required=&#8221;yes&#8221; /&gt;<br />
3 : &lt;cfargument name=&#8221;string&#8221; type=&#8221;string&#8221; required=&#8221;yes&#8221; /&gt;  </p>
<p>&#8221;</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.stevenlevithan.com/archives/rematch-coldfusion/comment-page-1#comment-3001</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 25 Aug 2007 14:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/?p=9#comment-3001</guid>
		<description>Todd, I&#039;m sure Boyan is aware of it now. I believe his comment was posted before the CF8 beta was available.</description>
		<content:encoded><![CDATA[<p>Todd, I&#8217;m sure Boyan is aware of it now. I believe his comment was posted before the CF8 beta was available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Sharp</title>
		<link>http://blog.stevenlevithan.com/archives/rematch-coldfusion/comment-page-1#comment-2973</link>
		<dc:creator>Todd Sharp</dc:creator>
		<pubDate>Sat, 25 Aug 2007 02:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/?p=9#comment-2973</guid>
		<description>Hey Boyan, you do know that reMatch is in CF 8, don&#039;t you?</description>
		<content:encoded><![CDATA[<p>Hey Boyan, you do know that reMatch is in CF 8, don&#8217;t you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.stevenlevithan.com/archives/rematch-coldfusion/comment-page-1#comment-59</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 09 Jun 2007 22:06:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/?p=9#comment-59</guid>
		<description>Thanks for the report. Does it work as you expect in Andrew&#039;s CF version, Java-based version, or both? I&#039;ll have to look at this later, but for now you might want to use the mod if it&#039;s working correctly.</description>
		<content:encoded><![CDATA[<p>Thanks for the report. Does it work as you expect in Andrew&#8217;s CF version, Java-based version, or both? I&#8217;ll have to look at this later, but for now you might want to use the mod if it&#8217;s working correctly.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

