Delete a sub string given a NSRange

Viewed 8671

Given a String and a Range is there any easy method to get a substring by removing the characters from String which come in the passed Range?

3 Answers
Related