Files
DNF_DEV/source/Tool/Tool_String.h
2025-10-06 04:18:49 +08:00

12 lines
293 B
C++

#pragma once
#include <string>
#include <cctype>
#include <algorithm>
std::string Tool_toLowerCase(const std::string &str);
std::string Tool_Gbk2Utf8(const std::string &gbk_str);
std::string Tool_RegRealPath(const std::string &Path);
std::string Tool_TruncatePath(const std::string &path);