aboutsummaryrefslogtreecommitdiff
path: root/src/util/string.h
AgeCommit message (Expand)Author
2022-08-31Merge bitcoin/bitcoin#25872: Fix issues when calling std::move(const&)fanquake
2022-08-24Make Join() util work with any container typeMacroFake
2022-08-20Fix iwyuMacroFake
2022-08-19Remove Join() helper only used in testsMacroFake
2022-08-08refactor: Drop `boost/algorithm/string/replace.hpp` dependencyHennadii Stepanov
2022-05-05Wrap boost::replace_allMacroFake
2022-05-04Extend Split to work with multiple separatorsMartin Leitner-Ankerl
2022-04-27scripted-diff: Rename ValidAsCString to ContainsNoNULMacroFake
2022-04-27Use std::string_view throughout util strencodings/stringPieter Wuille
2022-04-11refactor: introduce single-separator split helper `SplitString`Sebastian Falbesoner
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-11-16doc: Fix typos in endif header commentsMarcoFalke
2021-08-06refactor: Move MakeUnorderedList into util/string.h to make it reusableHennadii Stepanov
2021-01-15log: Prefix log messages with function name if -logsourcelocations is setpracticalswift
2020-11-26scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARDpracticalswift
2020-09-11util: move HasPrefix() so it can be reusedVasil Dimov
2020-05-10util: Enhance Join()Hennadii Stepanov
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-14Replace std::to_string with locale-independent alternativeBen Woosley
2019-12-16util: Move TrimString(...). Introduce default pattern (trims whitespace). Add...practicalswift
2019-12-12util: Don't allow base58-decoding of std::string:s containing non-base58 char...practicalswift
2019-10-15Remove unused includespracticalswift
2019-08-20util: Add Join helper to join a list of stringsMarcoFalke