NSString - how to check if it contains quotation marks <">
Posted
by alexeyndru
on Stack Overflow
See other posts from Stack Overflow
or by alexeyndru
Published on 2010-05-14T09:47:45Z
Indexed on
2010/05/14
9:54 UTC
Read the original article
Hit count: 290
objective-c
[[somestring substringtoindex:0] is equaltostring:@"""]; 'makes red' the rest of the code. actually i can't put quotation marks inside quotation marks. still, this is the character i want to reffer. how should I do it in the correct way? thanks
© Stack Overflow or respective owner