MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / LowerAscii

Function LowerAscii

engine/Poseidon/UI/Locale/Stringtable/Stringtable.cpp:135–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135static std::string LowerAscii(std::string s)
136{
137 std::transform(s.begin(), s.end(), s.begin(), [](unsigned char c) { return static_cast<char>(std::tolower(c)); });
138 return s;
139}
140
141static std::string StripCsvSuffix(const std::string& filename)
142{

Callers 2

LoadMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected