<?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: REReplaceCallback UDF</title>
	<atom:link href="http://www.barneyb.com/barneyblog/2010/03/10/rereplacecallback-udf/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.barneyb.com/barneyblog/2010/03/10/rereplacecallback-udf/</link>
	<description>Thoughts, rants, and even some code from the mind of Barney Boisvert.</description>
	<lastBuildDate>Thu, 11 Sep 2014 09:58:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: WordPress Shortcodes in CFML</title>
		<link>https://www.barneyb.com/barneyblog/2010/03/10/rereplacecallback-udf/comment-page-1/#comment-207740</link>
		<dc:creator>WordPress Shortcodes in CFML</dc:creator>
		<pubDate>Sat, 13 Mar 2010 18:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=1333#comment-207740</guid>
		<description>[...] and the port (including unit tests) took perhaps an hour and a half.Â  I had to roll my own REReplaceCallback UDF to match one of the PHP builtins, as well as change the callback API slightly to deal with CFML [...]</description>
		<content:encoded><![CDATA[<p>[...] and the port (including unit tests) took perhaps an hour and a half.Â  I had to roll my own REReplaceCallback UDF to match one of the PHP builtins, as well as change the callback API slightly to deal with CFML [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barneyb</title>
		<link>https://www.barneyb.com/barneyblog/2010/03/10/rereplacecallback-udf/comment-page-1/#comment-207492</link>
		<dc:creator>barneyb</dc:creator>
		<pubDate>Wed, 10 Mar 2010 15:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=1333#comment-207492</guid>
		<description>Yep, I know.  But in this case I need it to be CF8, so figured I may as well ensure other CF8 people can use it too rather than labeling it CF9-only.</description>
		<content:encoded><![CDATA[<p>Yep, I know.  But in this case I need it to be CF8, so figured I may as well ensure other CF8 people can use it too rather than labeling it CF9-only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond Camden</title>
		<link>https://www.barneyb.com/barneyblog/2010/03/10/rereplacecallback-udf/comment-page-1/#comment-207490</link>
		<dc:creator>Raymond Camden</dc:creator>
		<pubDate>Wed, 10 Mar 2010 15:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=1333#comment-207490</guid>
		<description>Coolio. Just so you know, we (we being the CFLib corporation, entity, army, etc) are perfectly ok with CF9 only UDFs - just got to make sure it&#039;s noted.</description>
		<content:encoded><![CDATA[<p>Coolio. Just so you know, we (we being the CFLib corporation, entity, army, etc) are perfectly ok with CF9 only UDFs &#8211; just got to make sure it's noted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barneyb</title>
		<link>https://www.barneyb.com/barneyblog/2010/03/10/rereplacecallback-udf/comment-page-1/#comment-207489</link>
		<dc:creator>barneyb</dc:creator>
		<pubDate>Wed, 10 Mar 2010 15:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=1333#comment-207489</guid>
		<description>Ray,

Yeah, you bet.  I was planning on submitting it once I ensure it works on CF8.  That&#039;s where I need the shortcodes, but I ported it on CF9 because that&#039;s what I had to work on at the time.  I don&#039;t think there is anything CF8-specific, but want to give it a go just to make sure.  Probably switch it to CFSCRIPT too.</description>
		<content:encoded><![CDATA[<p>Ray,</p>
<p>Yeah, you bet.  I was planning on submitting it once I ensure it works on CF8.  That's where I need the shortcodes, but I ported it on CF9 because that's what I had to work on at the time.  I don't think there is anything CF8-specific, but want to give it a go just to make sure.  Probably switch it to CFSCRIPT too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Nadel</title>
		<link>https://www.barneyb.com/barneyblog/2010/03/10/rereplacecallback-udf/comment-page-1/#comment-207487</link>
		<dc:creator>Ben Nadel</dc:creator>
		<pubDate>Wed, 10 Mar 2010 15:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=1333#comment-207487</guid>
		<description>Replace-style algorithms are really where I see this being the most powerful. Even if the CF team were only able to implement this in the CFScript-only aspect of ColdFusion, I think it would awesome.</description>
		<content:encoded><![CDATA[<p>Replace-style algorithms are really where I see this being the most powerful. Even if the CF team were only able to implement this in the CFScript-only aspect of ColdFusion, I think it would awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond Camden</title>
		<link>https://www.barneyb.com/barneyblog/2010/03/10/rereplacecallback-udf/comment-page-1/#comment-207477</link>
		<dc:creator>Raymond Camden</dc:creator>
		<pubDate>Wed, 10 Mar 2010 12:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=1333#comment-207477</guid>
		<description>Can we use this on CFLib?</description>
		<content:encoded><![CDATA[<p>Can we use this on CFLib?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
