[Solved] Separate strings from given string
[ad_1] Below code will give you result as you specified in question. BEWARE !!! – This code only works for static symbols combination mention in your question {{{ and }}}. If any change made in that combination than you will not have desired result. NSString *str = @”Hello {{{sepearte this}}} and also this {{{ also … Read more