Scan files which extensions is not lowercase

This commit is contained in:
emeric
2020-07-03 10:03:26 +02:00
parent c1804c1f2e
commit b2863e927c
3 changed files with 19 additions and 3 deletions
+3
View File
@@ -43,6 +43,9 @@ stringTrimEnd(const std::string& str, const std::string& whitespaces = " \t");
std::string
stringToLower(std::string_view str);
void
stringToLower(std::string& str);
std::string
stringToUpper(const std::string& str);