#pragma once
#include <string>
#include <cctype>
#include <algorithm>
std::string Tool_toLowerCase(const std::string &str);