Returns a new string in which the characters in a specified range of the receiver are replaced by a given string.
Original signature is '- (NSString *)stringByReplacingCharactersInRange:(NSRange)range withString:(NSString *)replacement'
Available in Mac OS X v10.5 and later.


A new string in which the characters in range of the receiver are replaced by replacement.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)