<?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: Find list elements using Regular Expressions</title>
	<atom:link href="http://www.fusioncube.net/index.php/find-list-elements-regex/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fusioncube.net/index.php/find-list-elements-regex</link>
	<description>The online journey of a technophile, by Steve Brownlee</description>
	<lastBuildDate>Mon, 30 Jan 2012 21:28:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Steve Brownlee</title>
		<link>http://www.fusioncube.net/index.php/find-list-elements-regex/comment-page-1#comment-9218</link>
		<dc:creator>Steve Brownlee</dc:creator>
		<pubDate>Wed, 17 Jan 2007 16:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/index.php/find-list-elements-regex.html#comment-9218</guid>
		<description>VERY good catch, Adam.  In light of this, I defer to Andy&#039;s link to using native Java List functions for comparison - which can also be done in one line of CF code...

&lt;cfset allElementsInLargeList = ListToArray(largeList).containsAll(ListToArray(smallList))&gt;</description>
		<content:encoded><![CDATA[<p>VERY good catch, Adam.  In light of this, I defer to Andy&#8217;s link to using native Java List functions for comparison &#8211; which can also be done in one line of CF code&#8230;</p>
<p>&lt;cfset allElementsInLargeList = ListToArray(largeList).containsAll(ListToArray(smallList))&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Ness</title>
		<link>http://www.fusioncube.net/index.php/find-list-elements-regex/comment-page-1#comment-9216</link>
		<dc:creator>Adam Ness</dc:creator>
		<pubDate>Wed, 17 Jan 2007 15:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/index.php/find-list-elements-regex.html#comment-9216</guid>
		<description>I see a failure mode for your code:




I dont&#039; have a CF server handy to test, but I&#039;m pretty sure this will return true, even though 3.25.178.4 isn&#039;t in your large list, because it matches 63.25.178.45</description>
		<content:encoded><![CDATA[<p>I see a failure mode for your code:</p>
<p>I dont&#8217; have a CF server handy to test, but I&#8217;m pretty sure this will return true, even though 3.25.178.4 isn&#8217;t in your large list, because it matches 63.25.178.45</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Brownlee</title>
		<link>http://www.fusioncube.net/index.php/find-list-elements-regex/comment-page-1#comment-9203</link>
		<dc:creator>Steve Brownlee</dc:creator>
		<pubDate>Wed, 17 Jan 2007 12:45:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/index.php/find-list-elements-regex.html#comment-9203</guid>
		<description>Well, I&#039;d have a hard time accepting that it would be &quot;easier&quot; since I was able to do it in one CF statement.  However, considering a very large list of values, perhaps it would be more efficient to convert to arrays and use contains().</description>
		<content:encoded><![CDATA[<p>Well, I&#8217;d have a hard time accepting that it would be &#8220;easier&#8221; since I was able to do it in one CF statement.  However, considering a very large list of values, perhaps it would be more efficient to convert to arrays and use contains().</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy matthews</title>
		<link>http://www.fusioncube.net/index.php/find-list-elements-regex/comment-page-1#comment-9199</link>
		<dc:creator>andy matthews</dc:creator>
		<pubDate>Wed, 17 Jan 2007 11:41:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/index.php/find-list-elements-regex.html#comment-9199</guid>
		<description>Referencing Rpuesh Kumar &quot;Extend CF Native Objects&quot; post (http://coldfused.blogspot.com/ and http://www.blogger.com/comment.g?blogID=19056005&amp;postID=116861460940707835). You might be able to do this much easier with the &quot;built in&quot; Contains() method of the Array object.</description>
		<content:encoded><![CDATA[<p>Referencing Rpuesh Kumar &#8220;Extend CF Native Objects&#8221; post (<a href="http://coldfused.blogspot.com/" rel="nofollow">http://coldfused.blogspot.com/</a> and <a href="http://www.blogger.com/comment.g?blogID=19056005&#038;postID=116861460940707835" rel="nofollow">http://www.blogger.com/comment.g?blogID=19056005&#038;postID=116861460940707835</a>). You might be able to do this much easier with the &#8220;built in&#8221; Contains() method of the Array object.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

