pikotools/src/convert
Tomasz Sowa aa97fe2811 add methods for trimming \r\n from the end of a string
add:
void trim_last_new_lines(std::string & str, bool check_carriage_return_too = true);
void trim_last_new_lines(std::wstring & str, bool check_carriage_return_too = true);
2022-07-30 02:43:29 +02:00
..
baseparser.cpp set 2-Clause BSD licence in *.cpp files 2022-06-30 13:44:21 +02:00
baseparser.h change headerfile_picotools_* macros to headerfile_pikotools_* 2022-06-30 12:45:08 +02:00
convert.h change headerfile_picotools_* macros to headerfile_pikotools_* 2022-06-30 12:45:08 +02:00
double.cpp set 2-Clause BSD licence in *.cpp files 2022-06-30 13:44:21 +02:00
double.h change headerfile_picotools_* macros to headerfile_pikotools_* 2022-06-30 12:45:08 +02:00
inttostr.cpp set 2-Clause BSD licence in *.cpp files 2022-06-30 13:44:21 +02:00
inttostr.h change headerfile_picotools_* macros to headerfile_pikotools_* 2022-06-30 12:45:08 +02:00
misc.cpp set 2-Clause BSD licence in *.cpp files 2022-06-30 13:44:21 +02:00
misc.h change headerfile_picotools_* macros to headerfile_pikotools_* 2022-06-30 12:45:08 +02:00
patternreplacer.h change headerfile_picotools_* macros to headerfile_pikotools_* 2022-06-30 12:45:08 +02:00
strtoint.h change headerfile_picotools_* macros to headerfile_pikotools_* 2022-06-30 12:45:08 +02:00
text.cpp add methods for trimming \r\n from the end of a string 2022-07-30 02:43:29 +02:00
text.h add methods for trimming \r\n from the end of a string 2022-07-30 02:43:29 +02:00
text_private.h add methods for trimming \r\n from the end of a string 2022-07-30 02:43:29 +02:00