objective c - How to cut string from string has "abc" in iOS -


i have problem. string has format "abc", has "". want abc "abc" ( mean remove "" string , abc). how can that? in advance

nsstring *abc = [@"\"abc\"" stringbyreplacingoccurencesofstring:@"\"" withstring:@""]; 

Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

java.util.scanner - How to read and add only numbers to array from a text file -