mirror of
https://github.com/polybar/polybar.git
synced 2026-02-08 16:15:42 +00:00
refactor(clang-tidy): Apply fixes
This commit is contained in:
@ -16,9 +16,9 @@ namespace string_util {
|
||||
string upper(const string& s);
|
||||
string lower(const string& s);
|
||||
bool compare(const string& s1, const string& s2);
|
||||
string replace(const string& haystack, const string& needle, const string& replacement, size_t start = 0,
|
||||
string replace(const string& haystack, const string& needle, const string& reply, size_t start = 0,
|
||||
size_t end = string::npos);
|
||||
string replace_all(const string& haystack, const string& needle, const string& replacement, size_t start = 0,
|
||||
string replace_all(const string& haystack, const string& needle, const string& reply, size_t start = 0,
|
||||
size_t end = string::npos);
|
||||
string squeeze(const string& haystack, char needle);
|
||||
string strip(const string& haystack, char needle);
|
||||
|
||||
Reference in New Issue
Block a user