I need to check if a char is digit or not.
NSString *strTest=@\"Test55\"; char c =[strTest characterAtIndex:4];
I need to find out if \'c\' is
You may want to check NSCharacterSet class reference.
NSCharacterSet