I wanted to perform a if condition for each character in a string, the string consists of digits and alphabets so I want to separate digits by using if condition, so how to extract each character and add it to another string I've tried to convert using
NSString But even then It didn't work so is there anything like
toInt()
toInt()for a character? What do you have, what do want to achieve?