gfxconversion/mifconv/inc/mifconv_util.h
changeset 21 3c7c70c864cb
parent 12 9b222d6b819d
--- a/gfxconversion/mifconv/inc/mifconv_util.h	Fri May 14 15:34:49 2010 +0300
+++ b/gfxconversion/mifconv/inc/mifconv_util.h	Thu Jun 24 15:15:25 2010 +0300
@@ -99,6 +99,15 @@
      */
     static void ReplaceChar( MifConvString& str, char replaceFrom, char replaceTo);
 
+    /**
+     * Replaces given strings to other one from the given string.
+     * @param str String from which the characters will be replaced.
+     * @param replaceFrom This section of the str will be replaced by other one.
+     * @param replaceTo Characters will be replaced by this.
+     */
+    static void ReplaceStr( MifConvString& str, 
+                                  MifConvString replaceFrom, MifConvString replaceTo);
+    
     /** 
      * Tells whether the given character is a whitespace character or not.
      * @param c Charater to be investigated.