summaryrefslogtreecommitdiff
path: root/src/util/StringUtil.cxx
AgeCommit message (Expand)Author
2021-01-01copyright year 2021Max Kellermann
2020-03-13util/StringUtil: pass std::string_view to StringArrayContainsCase()Max Kellermann
2020-03-12replace assert.h with cassertRosen Penev
2020-01-18copyright year 2020Max Kellermann
2019-06-11util/StringUtil: add StringArrayContainsCase() overload with StringViewMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2017-07-05util/StringUtil: move strip functions to StringStrip.cxxMax Kellermann
2017-07-05util/StringUtil: move CopyString() to TruncateString.cxxMax Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-06-10util/StringUtil: use CamelCaseMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-11-06util/StringUtil: move comparison functions to StringCompare.cxxMax Kellermann
2015-10-16util/StringUtil: add StringAfterPrefix()Max Kellermann
2015-03-04util/StringUtil: reorder functionsMax Kellermann
2015-03-03util/StringUtil: add FindStringSuffix()Max Kellermann
2015-03-02Util/StringUtil: use std::copy_n()Max Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-04util/StringUtil: add ToUpperASCII()Max Kellermann
2014-08-07util/StringUtil: add StripRight() overload with "end" argumentMax Kellermann
2014-08-07util/StringUtil: use IsWhitespaceOrNull() in StripRight()Max Kellermann
2014-08-07util/StringUtil: move code to StripRight()Max Kellermann
2014-08-07util/StringUtil: rename strchug_fast() to StripLeft()Max Kellermann
2014-03-01java: new helper library for the Android portMax Kellermann
2014-02-18util/StringUtil: add StringEndsWith()Max Kellermann
2014-02-17util/StringUtil: add function Strip()Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-11-28Util/StringUtil: add StringStartsWith()Max Kellermann
2013-10-20Util/ASCII: add function StringEqualsCaseASCII()Max Kellermann
2013-10-19Util/CharUtil: new library replacing g_ascii_isX()Max Kellermann
2013-10-18util/StringUtil: rename strchug_fast_c() to strchug_fast()Max Kellermann
2013-04-09string_util: convert to C++Max Kellermann