I am aiming to create an app which receives an NSString, like "A12EE345", then reads the string character by character, perhaps in a for loop, and performs an action on each character. A bit like reading a file line by line, but reading a string character by character?
Thanks in advance