pikotools/src/convert
Tomasz Sowa 7abe4b340a changes in convert/text functions
- 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'
2021-05-10 20:04:12 +02:00
..
convert.h moved all directories to src subdirectory 2021-05-09 20:11:37 +02:00
inttostr.cpp moved all directories to src subdirectory 2021-05-09 20:11:37 +02:00
inttostr.h moved all directories to src subdirectory 2021-05-09 20:11:37 +02:00
misc.cpp moved all directories to src subdirectory 2021-05-09 20:11:37 +02:00
misc.h moved all directories to src subdirectory 2021-05-09 20:11:37 +02:00
patternreplacer.h moved all directories to src subdirectory 2021-05-09 20:11:37 +02:00
strtoint.h changes in convert/text functions 2021-05-10 20:04:12 +02:00
text.cpp changes in convert/text functions 2021-05-10 20:04:12 +02:00
text.h changes in convert/text functions 2021-05-10 20:04:12 +02:00
text_private.h changes in convert/text functions 2021-05-10 20:04:12 +02:00