How to check if NSString begins with a certain character
Posted
by Xetius
on Stack Overflow
See other posts from Stack Overflow
or by Xetius
Published on 2010-03-23T20:39:59Z
Indexed on
2010/03/23
20:43 UTC
Read the original article
Hit count: 318
objective-c
|nsstring
How do you check if an NSString begins with a certain character (the character *).
The * is an indicator for the type of the cell, so I need the contents of this NSString without the *, but need to know if the * exists.
© Stack Overflow or respective owner