Thursday, 5 September 2013

iOS string expresion to integer value

iOS string expresion to integer value

I got a string: "1+2+3232+4" which I would like to turn the answer: 3239.
How do I do this in Objective-C?

No comments:

Post a Comment