I have a pretty simple question, however I don't know how to approach it off the top of my head. I'd like to get the range of two parts of my NSString.
I've got a time, let's say 9:42, and I want to isolate the NSRange of the hour and minute portion of the string, so the part of the string before the colon, and the part after.
Does anyone have an idea for the best way to approach this? Thanks!