How to check a character is alphabet or integer.
Posted
by user133611
on Stack Overflow
See other posts from Stack Overflow
or by user133611
Published on 2010-05-28T08:57:10Z
Indexed on
2010/05/28
9:02 UTC
Read the original article
Hit count: 350
iphone-sdk
Hi All,
In my project i have string suppose NSString* str = @"$ 120.00";
From the above string i am getting every individual character, Now i have to get all integres in the string i.e, $ is not a integer so i dont want that, "1" is a integer i want that like this . How can i do that can any one help me
Thank you
© Stack Overflow or respective owner