]> git.stg.codes - stg.git/blobdiff - stglibs/common.lib/include/stg/common.h
Added ToLower/ToUpper.
[stg.git] / stglibs / common.lib / include / stg / common.h
index fe3b3af29377975fff95360eb7d8606078cf2334..e2eb0d58b3ad9f70abbd8d065df48958dbb85c62 100644 (file)
@@ -97,6 +97,9 @@ std::string &   TrimL(std::string & val);
 std::string &   TrimR(std::string & val);
 std::string &   Trim(std::string & val);
 
+std::string ToLower(std::string value);
+std::string ToUpper(std::string value);
+
 template <typename C, typename F>
 C Split(const std::string & value, char delim, F conv)
 {