@@ -162,10 +162,19 @@ /** * Lower the OFString. */ - lower; +/** + * Replaces all occurrences of a string with another string. + * + * \param str The string to replace + * \param repl The string with which it should be replaced + */ +- replaceOccurrencesOfString: (OFString*)str + withString: (OFString*)repl; + /** * Splits an OFString into an OFArray of OFStrings. * * \param delimiter The delimiter for splitting * \return An autoreleased OFArray with the splitted string