3 #include <Core/RaCore.hpp>
15 RA_CORE_API std::string getFileExt(
const std::string& str );
20 RA_CORE_API std::string getDirName(
const std::string& path );
29 RA_CORE_API std::string getBaseName(
const std::string& path,
bool keepExtension =
true );
38 RA_CORE_API std::size_t
39 replaceAllInString( std::string& inout, std::string_view what, std::string_view with );
47 RA_CORE_API std::size_t removeAllInString( std::string& inout, std::string_view what );