Instance Method
replaceOccurrences(of:with:) replaceOccurrencesOfString:withString: replaceOccurrencesOfString_withString_
Declaration
func replaceOccurrences(of target: String, with replacement: String) -> UIntDeclaration
- (NSUInteger) replaceOccurrencesOfString:(NSString *) target withString:(NSString *) replacement;Declaration
replaceOccurrencesOfString_withString_(target: str, replacement: str) -> int