To use substring in IOS using Objective-C you can use the snippet below.
Sample Objective-C
NSString *myString = @"https://codesnippets.fesslersoft.de"; NSString *myNewString = [myString substringFromIndex:7]; //myNewString will be "codesnippets.fesslersoft.de"
RT @CodeSnippetsNET: How to use substring in #IOS using #ObjectiveC http://t.co/aqyDDq4ILO #ipad #iphone #apps #ipod #mac #osx #apple #prog…
RT @CodeSnippetsNET: How to use substring in #IOS using #ObjectiveC http://t.co/aqyDDq4ILO #ipad #iphone #apps #ipod #mac #osx #apple #prog…
RT @CodeSnippetsNET: How to use substring in #IOS using #ObjectiveC http://t.co/aqyDDq4ILO #ipad #iphone #apps #ipod #mac #osx #apple #prog…