I m the beginner in iphone
Thanks for sending me answer….
I want to break following NSMutable string into substring
200,8,"7 Infinite Loop, Cupertino, CA 95014, USA"
I wanting only Cupertino and CA from above Mutable String.
can it is possible in iphone in objective-C
The above data is the mutable data, which is came from httprequest object.
I want to fetching the city and state name from above same kind og mutable strings.
please give me the solution it creating a lot of hedac for me.
Are all of the strings that you want to break apart in this format?