<?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: Filter Data with ArrayCollection</title>
	<atom:link href="http://etc.joshspoon.com/2007/06/06/filter-data-with-arraycollection/feed/" rel="self" type="application/rss+xml" />
	<link>http://etc.joshspoon.com/2007/06/06/filter-data-with-arraycollection/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 04:18:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kausar Khan</title>
		<link>http://etc.joshspoon.com/2007/06/06/filter-data-with-arraycollection/comment-page-1/#comment-593</link>
		<dc:creator>Kausar Khan</dc:creator>
		<pubDate>Fri, 25 Jan 2008 19:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://etc.joshspoon.com/2007/06/06/filter-data-with-arraycollection/#comment-593</guid>
		<description>Usefull info what I was searching for. Thank you again.</description>
		<content:encoded><![CDATA[<p>Usefull info what I was searching for. Thank you again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joshspoon</title>
		<link>http://etc.joshspoon.com/2007/06/06/filter-data-with-arraycollection/comment-page-1/#comment-549</link>
		<dc:creator>joshspoon</dc:creator>
		<pubDate>Wed, 25 Jul 2007 19:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://etc.joshspoon.com/2007/06/06/filter-data-with-arraycollection/#comment-549</guid>
		<description>Thanks I&#039;m working on finding that out right now</description>
		<content:encoded><![CDATA[<p>Thanks I&#8217;m working on finding that out right now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nolan</title>
		<link>http://etc.joshspoon.com/2007/06/06/filter-data-with-arraycollection/comment-page-1/#comment-548</link>
		<dc:creator>Nolan</dc:creator>
		<pubDate>Tue, 24 Jul 2007 13:45:51 +0000</pubDate>
		<guid isPermaLink="false">http://etc.joshspoon.com/2007/06/06/filter-data-with-arraycollection/#comment-548</guid>
		<description>Try looking into Regular Expressions, which  make it easy to have case-insensitive searches with fragments of the word.

return (item.first == searchField.text)

becomes: 

return item.first.match(new RegExp(searchFiel.text, &quot;i&quot;))

The second parameter tells the RegEx to ignore case sensitivity.</description>
		<content:encoded><![CDATA[<p>Try looking into Regular Expressions, which  make it easy to have case-insensitive searches with fragments of the word.</p>
<p>return (item.first == searchField.text)</p>
<p>becomes: </p>
<p>return item.first.match(new RegExp(searchFiel.text, &#8220;i&#8221;))</p>
<p>The second parameter tells the RegEx to ignore case sensitivity.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

