How can I delete the prefix “test” from a NSString?
I’ve tried stringByReplacingOccurrencesOfString: but it’s not what I want because it’s the prefix that I want to remove not from the other occurrences of the string.
How can I delete the prefix test from a NSString? I’ve tried stringByReplacingOccurrencesOfString: but
Share
1 Answer