Returns a new string in which all occurrences of a target string in the receiver are replaced by another given string.
Original signature is '- (NSString *)stringByReplacingOccurrencesOfString:(NSString *)target withString:(NSString *)replacement'
Available in Mac OS X v10.5 and later.


A new string in which all occurrences of target in 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)