<?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: Regular Expressions for NSString</title>
	<atom:link href="http://www.stiefels.net/2007/01/24/regular-expressions-for-nsstring/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stiefels.net/2007/01/24/regular-expressions-for-nsstring/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 10 Feb 2010 12:43:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rumpelrausch</title>
		<link>http://www.stiefels.net/2007/01/24/regular-expressions-for-nsstring/comment-page-1/#comment-117</link>
		<dc:creator>Rumpelrausch</dc:creator>
		<pubDate>Mon, 25 Jan 2010 22:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/2007/01/25/regular-expressions-for-nsstring/#comment-117</guid>
		<description>Thanks a lot!
Anyway, this can still be more compact. I just posted a one-line solution at
http://podstuff.de/blog/nsstring-regex-matching-quick-n-dirty-90</description>
		<content:encoded><![CDATA[<p>Thanks a lot!<br />
Anyway, this can still be more compact. I just posted a one-line solution at<br />
<a href="http://podstuff.de/blog/nsstring-regex-matching-quick-n-dirty-90" rel="nofollow">http://podstuff.de/blog/nsstring-regex-matching-quick-n-dirty-90</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gennady</title>
		<link>http://www.stiefels.net/2007/01/24/regular-expressions-for-nsstring/comment-page-1/#comment-20</link>
		<dc:creator>Gennady</dc:creator>
		<pubDate>Tue, 29 Sep 2009 17:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/2007/01/25/regular-expressions-for-nsstring/#comment-20</guid>
		<description>&lt;p&gt;Thanks, very useful.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Thanks, very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.stiefels.net/2007/01/24/regular-expressions-for-nsstring/comment-page-1/#comment-19</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Tue, 25 Aug 2009 10:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/2007/01/25/regular-expressions-for-nsstring/#comment-19</guid>
		<description>&lt;p&gt;Oh, you&#039;re right. Thanks!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Oh, you&#8217;re right. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.stiefels.net/2007/01/24/regular-expressions-for-nsstring/comment-page-1/#comment-18</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Tue, 25 Aug 2009 09:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/2007/01/25/regular-expressions-for-nsstring/#comment-18</guid>
		<description>&lt;p&gt;&quot;there is a dot followed by an asterisk (which means “one or more characters”)&quot;&lt;/p&gt;

&lt;p&gt;Actually, * is &quot;zero or more&quot;, + is &quot;one or more&quot;.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>&#8220;there is a dot followed by an asterisk (which means “one or more characters”)&#8221;</p>
<p>Actually, * is &#8220;zero or more&#8221;, + is &#8220;one or more&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wzph</title>
		<link>http://www.stiefels.net/2007/01/24/regular-expressions-for-nsstring/comment-page-1/#comment-17</link>
		<dc:creator>wzph</dc:creator>
		<pubDate>Tue, 23 Jun 2009 00:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/2007/01/25/regular-expressions-for-nsstring/#comment-17</guid>
		<description>&lt;p&gt;For anybody reading this after iPhone OS 3.0 was released, NSPredicate and NSComparisonPredicate are available on the iPhone.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>For anybody reading this after iPhone OS 3.0 was released, NSPredicate and NSComparisonPredicate are available on the iPhone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikkel</title>
		<link>http://www.stiefels.net/2007/01/24/regular-expressions-for-nsstring/comment-page-1/#comment-16</link>
		<dc:creator>mikkel</dc:creator>
		<pubDate>Sat, 13 Sep 2008 07:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/2007/01/25/regular-expressions-for-nsstring/#comment-16</guid>
		<description>&lt;p&gt;iPhone OS Note: The predicate classes—NSPredicate, NSCompoundPredicate, and NSComparisonPredicate—are present only in the Mac OS X version of Foundation.&lt;/p&gt;

&lt;p&gt;http://developer.apple.com/iphone/library/documentation/Cocoa/Conceptual/Collections/Articles/sortingFilteringArrays.html&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>iPhone OS Note: The predicate classes—NSPredicate, NSCompoundPredicate, and NSComparisonPredicate—are present only in the Mac OS X version of Foundation.</p>
<p><a href="http://developer.apple.com/iphone/library/documentation/Cocoa/Conceptual/Collections/Articles/sortingFilteringArrays.html" rel="nofollow">http://developer.apple.com/iphone/library/documentation/Cocoa/Conceptual/Collections/Articles/sortingFilteringArrays.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JJ</title>
		<link>http://www.stiefels.net/2007/01/24/regular-expressions-for-nsstring/comment-page-1/#comment-15</link>
		<dc:creator>JJ</dc:creator>
		<pubDate>Tue, 09 Sep 2008 18:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/2007/01/25/regular-expressions-for-nsstring/#comment-15</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;Thanks for the example, it was very useful, I tried it on the simulator and worked perfectly.  However, I&#039;m running into this error when I try it on the phone:&lt;/p&gt;

&lt;p&gt;compiling XXXXXXXXXX.m
NSPredicate undeclared (first use in this function)
regextest undeclared (first use in this function)
warning: control reaches end of non-void function&lt;/p&gt;

&lt;p&gt;Any ideas?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for the example, it was very useful, I tried it on the simulator and worked perfectly.  However, I&#8217;m running into this error when I try it on the phone:</p>
<p>compiling XXXXXXXXXX.m<br />
NSPredicate undeclared (first use in this function)<br />
regextest undeclared (first use in this function)<br />
warning: control reaches end of non-void function</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Byron</title>
		<link>http://www.stiefels.net/2007/01/24/regular-expressions-for-nsstring/comment-page-1/#comment-14</link>
		<dc:creator>Byron</dc:creator>
		<pubDate>Fri, 11 Jan 2008 18:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/2007/01/25/regular-expressions-for-nsstring/#comment-14</guid>
		<description>&lt;p&gt;I am really glad I bumped into this page while looking to support regex in my app. Now I don&#039;t have to link and manage yet another 3rd party framework.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I am really glad I bumped into this page while looking to support regex in my app. Now I don&#8217;t have to link and manage yet another 3rd party framework.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viktor</title>
		<link>http://www.stiefels.net/2007/01/24/regular-expressions-for-nsstring/comment-page-1/#comment-13</link>
		<dc:creator>Viktor</dc:creator>
		<pubDate>Wed, 09 Jan 2008 01:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/2007/01/25/regular-expressions-for-nsstring/#comment-13</guid>
		<description>&lt;p&gt;The backspace in the metacharacters (like in &quot;&#92;d&quot; for a number) has to be escaped in the @&quot;...&quot; string. Confusing if you aren&#039;t used to that.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>The backspace in the metacharacters (like in &#8220;&#92;d&#8221; for a number) has to be escaped in the @&#8221;&#8230;&#8221; string. Confusing if you aren&#8217;t used to that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.stiefels.net/2007/01/24/regular-expressions-for-nsstring/comment-page-1/#comment-12</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 27 Feb 2007 20:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/2007/01/25/regular-expressions-for-nsstring/#comment-12</guid>
		<description>&lt;p&gt;It appears that my problem is with multi line matching, rather than text encoding.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>It appears that my problem is with multi line matching, rather than text encoding.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
