aboutsummaryrefslogtreecommitdiff
path: root/src/util/string.h
Commit message (Collapse)AuthorAgeFilesLines
* util: move HasPrefix() so it can be reusedVasil Dimov2020-09-111-0/+13
| | | | | Move the function `HasPrefix()` from `netaddress.cpp` to `util/string.h` so it can be reused by `CNetAddr` methods (and possibly others).
* util: Enhance Join()Hennadii Stepanov2020-05-101-4/+12
|
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
| | | | | | -BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT-
* Replace std::to_string with locale-independent alternativeBen Woosley2020-03-141-0/+14
|
* util: Move TrimString(...). Introduce default pattern (trims whitespace). ↵practicalswift2019-12-161-0/+10
| | | | Add NODISCARD.
* util: Don't allow base58-decoding of std::string:s containing non-base58 ↵practicalswift2019-12-121-0/+11
| | | | characters
* Remove unused includespracticalswift2019-10-151-1/+0
|
* util: Add Join helper to join a list of stringsMarcoFalke2019-08-201-0/+35