<?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 for yacana</title>
	<atom:link href="http://www.yacana.ro/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yacana.ro</link>
	<description>About my passions</description>
	<lastBuildDate>Tue, 28 Feb 2012 10:49:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Objective C: Extract portion of a string using NSRange by octavian</title>
		<link>http://www.yacana.ro/objective-c-extract-portion-of-a-string-using-nsrange/#comment-3</link>
		<dc:creator>octavian</dc:creator>
		<pubDate>Tue, 28 Feb 2012 10:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.yacana.ro/?p=69#comment-3</guid>
		<description>The way I did it is not exactly the best/shortest solution. The easier way is using regular expressions but as I still learning so I wanted to do it the &quot;hard&quot; way. 

There&#039;s no doubt though that Obj-C syntax is longer than php syntax. It&#039;s very famous for complicating things after all.

Thanks for the input</description>
		<content:encoded><![CDATA[<p>The way I did it is not exactly the best/shortest solution. The easier way is using regular expressions but as I still learning so I wanted to do it the &#8220;hard&#8221; way. </p>
<p>There&#8217;s no doubt though that Obj-C syntax is longer than php syntax. It&#8217;s very famous for complicating things after all.</p>
<p>Thanks for the input</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Objective C: Extract portion of a string using NSRange by valugi</title>
		<link>http://www.yacana.ro/objective-c-extract-portion-of-a-string-using-nsrange/#comment-2</link>
		<dc:creator>valugi</dc:creator>
		<pubDate>Tue, 28 Feb 2012 10:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.yacana.ro/?p=69#comment-2</guid>
		<description>The php version of the whole thing is actually one line.

$string = &quot;1,1,5,100,1,64,foo&quot;;
$results = explode(&#039;,&#039;,strip_tags($string));</description>
		<content:encoded><![CDATA[<p>The php version of the whole thing is actually one line.</p>
<p>$string = &#8220;1,1,5,100,1,64,foo&#8221;;<br />
$results = explode(&#8216;,&#8217;,strip_tags($string));</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello world! by Mr WordPress</title>
		<link>http://www.yacana.ro/hello-world/#comment-1</link>
		<dc:creator>Mr WordPress</dc:creator>
		<pubDate>Tue, 14 Feb 2012 21:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.yacana.ro/?p=1#comment-1</guid>
		<description>Hi, this is a comment.&lt;br /&gt;To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.</description>
		<content:encoded><![CDATA[<p>Hi, this is a comment.<br />To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

