Tuesday, July 19, 2011

Objective-C Tuesdays: strings in Objective-C

Last week we wrapped up our survey of strings by examining regular expressions in Objective-C. Here's a quick overview of the posts that cover strings:

String basics:

String operations:

Data structures is the next topic, which we start today.

2 comments:

Dave Higgins said...

It's nice to see you back. All of these "Tuesdays" posts have helped immensely in my learning of Obj-C. So many "tutorial" sites assume that we already know so much, which many of us don't. You seem to "step it back" just enough for us know-it-nothings to follow along and understand. :)

Please, keep up the good work.

Don McCaughey said...

Thanks Dave! Good to hear that you find this useful.