I have a NSMutableString
. I need to check whether the last character is @":" or last two characters are @": "
How to do that?
I have a NSMutableString
. I need to check whether the last character is @":" or last two characters are @": "
How to do that?