SwitchGame/source/Tool/Tool_String.h

6 lines
124 B
C
Raw Permalink Normal View History

2025-09-18 15:21:43 +08:00
#pragma once
#include <string>
#include <cctype>
#include <algorithm>
std::string Tool_toLowerCase(const std::string &str);