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?
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?