NSString *x=@""/Sagar' and 'Samir' ";
Now, I want to remove characters between these.
" /
'
Intended output
x = (should have) @"and 'Samir'"
So, Ms word give some options in find & replace, using wild card characters.
( just giving example )
Is it possible in cocoa?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…