7abe4b340a1fb943d0a7936dd8b921965e760cff
- changed function names: PascalCase to snake_case - templates functions moved to a seperate file (text_private.h) - as a public api only available functions with char/wchar_t/std::string/std::wstring - ToLower(...) changed to to_lower_emplace(...), similar ToUpper(...) to to_upper_emplace(...) - added functions: std::string to_lower(const std::string & str); std::string to_upper(const std::string & str); and with std::wstring too - functions with postfix 'NoCase' changed to 'nc'
Description
No description provided
Languages
C++
98.3%
Shell
0.6%
C
0.6%
Makefile
0.5%