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

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

rewrite - Trouble with Wordpress multiple custom querystrings -