replaceCharactersInRange_withString_ method

void replaceCharactersInRange_withString_(
  1. _NSRange range,
  2. NSString str
)

Implementation

void replaceCharactersInRange_withString_(_NSRange range, NSString str) {
  _lib._objc_msgSend_688(
      _id, _lib._sel_replaceCharactersInRange_withString_1, range, str._id);
}