<?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: CocoaCodeSnippet: Split NSString on Space or Line Break</title>
	<atom:link href="http://dbachrach.com/blog/2007/07/cocoacodesnippet-split-nsstring-on-space-or-line-breaks/feed/" rel="self" type="application/rss+xml" />
	<link>http://dbachrach.com/blog/2007/07/cocoacodesnippet-split-nsstring-on-space-or-line-breaks/</link>
	<description>a developer blog</description>
	<lastBuildDate>Fri, 23 Jul 2010 18:23:59 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: As</title>
		<link>http://dbachrach.com/blog/2007/07/cocoacodesnippet-split-nsstring-on-space-or-line-breaks/#comment-3657</link>
		<dc:creator>As</dc:creator>
		<pubDate>Fri, 18 Jun 2010 11:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://dbachrach.com/blog/2007/07/31/cocoacodesnippet-split-nsstring-on-space-and-line-breaks/#comment-3657</guid>
		<description>Why don&#039;t you use the following:&lt;br&gt;&lt;br&gt;NSString* str = @&quot; a string with newlines in it&quot;;&lt;br&gt;&lt;br&gt;[str componentsSeparatedByCharactersInSet:[NSCharacterSet newlineCharacterSet]];</description>
		<content:encoded><![CDATA[<p>Why don&#39;t you use the following:</p>
<p>NSString* str = @&#8221; a string with newlines in it&#8221;;</p>
<p>[str componentsSeparatedByCharactersInSet:[NSCharacterSet newlineCharacterSet]];</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: morimura</title>
		<link>http://dbachrach.com/blog/2007/07/cocoacodesnippet-split-nsstring-on-space-or-line-breaks/#comment-3390</link>
		<dc:creator>morimura</dc:creator>
		<pubDate>Fri, 05 Jun 2009 06:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://dbachrach.com/blog/2007/07/31/cocoacodesnippet-split-nsstring-on-space-and-line-breaks/#comment-3390</guid>
		<description>Thanks for ur help.</description>
		<content:encoded><![CDATA[<p>Thanks for ur help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: morimura</title>
		<link>http://dbachrach.com/blog/2007/07/cocoacodesnippet-split-nsstring-on-space-or-line-breaks/#comment-3102</link>
		<dc:creator>morimura</dc:creator>
		<pubDate>Fri, 05 Jun 2009 06:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://dbachrach.com/blog/2007/07/31/cocoacodesnippet-split-nsstring-on-space-and-line-breaks/#comment-3102</guid>
		<description>Thanks for ur help.</description>
		<content:encoded><![CDATA[<p>Thanks for ur help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://dbachrach.com/blog/2007/07/cocoacodesnippet-split-nsstring-on-space-or-line-breaks/#comment-759</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sun, 02 Mar 2008 07:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://dbachrach.com/blog/2007/07/31/cocoacodesnippet-split-nsstring-on-space-and-line-breaks/#comment-759</guid>
		<description>Look at -[NSString lineRangeForRange:]  It accounts for all the unicode line-ending characters.  NSScanner can be used for chopping a line up into words I think, thats what I&#039;m working on now.

-&gt;Ben</description>
		<content:encoded><![CDATA[<p>Look at -[NSString lineRangeForRange:]  It accounts for all the unicode line-ending characters.  NSScanner can be used for chopping a line up into words I think, thats what I&#8217;m working on now.</p>
<p>-&gt;Ben</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.441 seconds -->
