]> Creatis software - creaCLI.git/blobdiff - bbtk_Slicer_PKG/src/CreationTool.h
NOTES:
[creaCLI.git] / bbtk_Slicer_PKG / src / CreationTool.h
index 1859178093bcd85398dd4cf34017e21cb1abb54d..27dcb8222bade35a5cfdae9151fca0470cbecc36 100644 (file)
@@ -51,7 +51,8 @@ namespace Mthd {
 
         static char* toCharArrray ( std::string n ) ;
 
-        static std::string replace_str ( std::string input , std::string old_str , std::string new_str ) ;
+        static bool str_ends_with ( std::string total_str , std::string sub_str ) ;
+        static std::string replace_str ( std::string input , std::string old_str , std::string new_str ) ;      
 
     } ;