<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/objective-c/tags/String</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 23:59:20 GMT</pubDate>
<item>
<title>(Objective C) Truncate a String - rabc</title>
<link>http://snipplr.com/view/37914/truncate-a-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 26 Jul 2010 21:59:00 GMT</pubDate>
<guid>http://snipplr.com/view/37914/truncate-a-string/</guid>
</item>
<item>
<title>(Objective C) String Match - espinallab</title>
<link>http://snipplr.com/view/27643/string-match/</link>
<description><![CDATA[ <p>In this "String match" example we are going to use "rangeofstring" method, which is used to search for a string within the given set of string. You can find lots more string methods that are used to search, compare and sort the strings in cocoa framework. For example... rangeofString, rangeofString:options:, rangeOfCharacterFromSet: and comparison methods.

Basically, String is a class which have the methods for finding and comparing characters or substrings within the given strings.

Let's take an example to understand it in a better way... In this example we have two different sets of string to compare from, and using "rangeofString" method we can find if one set of strings contains the set of another string in it or not.</p> ]]></description>
<pubDate>Wed, 03 Feb 2010 20:56:25 GMT</pubDate>
<guid>http://snipplr.com/view/27643/string-match/</guid>
</item>
<item>
<title>(Objective C) Character Replace In String - suibhne</title>
<link>http://snipplr.com/view/17805/character-replace-in-string/</link>
<description><![CDATA[ <p>Just replace a character within a string (e.g. carriage returns).</p> ]]></description>
<pubDate>Sun, 02 Aug 2009 15:46:38 GMT</pubDate>
<guid>http://snipplr.com/view/17805/character-replace-in-string/</guid>
</item>
<item>
<title>(Objective C) NSString Contains String Additions - iloveitaly</title>
<link>http://snipplr.com/view/17768/nsstring-contains-string-additions/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 01 Aug 2009 14:46:42 GMT</pubDate>
<guid>http://snipplr.com/view/17768/nsstring-contains-string-additions/</guid>
</item>
<item>
<title>(Objective C) Compare two version strings - 0xced</title>
<link>http://snipplr.com/view/2771/compare-two-version-strings/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 01 Jun 2007 09:22:54 GMT</pubDate>
<guid>http://snipplr.com/view/2771/compare-two-version-strings/</guid>
</item>
</channel>
</rss>