Instance Method
replaceCharacters(in:with:) replaceCharactersInRange:withString: replaceCharactersInRange_withString_
Declaration
func replaceCharacters(in aRange: NSRange, with string: String)Declaration
- (void) replaceCharactersInRange:(NSRange) aRange withString:(NSString *) string;Declaration
replaceCharactersInRange_withString_(aRange: NSRange, string: str)