X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ModuleCall%2FCreationTool.h;h=27dcb8222bade35a5cfdae9151fca0470cbecc36;hb=cd590ce5fff20d69c7060340235a35e9c2a9ef86;hp=1859178093bcd85398dd4cf34017e21cb1abb54d;hpb=b7a0497a4afc48d5230c279aeab20eb756e4427b;p=creaCLI.git diff --git a/ModuleCall/CreationTool.h b/ModuleCall/CreationTool.h index 1859178..27dcb82 100644 --- a/ModuleCall/CreationTool.h +++ b/ModuleCall/CreationTool.h @@ -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 ) ; } ;