mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update StringUtils.h
This commit is contained in:
parent
fd406f30ad
commit
d578bcbd5c
@ -134,4 +134,6 @@ inline bool equalsCaseInsensitive(char a, char b)
|
||||
return a == b || (isAlphaASCII(a) && alternateCaseIfAlphaASCII(a) == b);
|
||||
}
|
||||
|
||||
|
||||
/// Inefficient.
|
||||
std::string trim(const std::string & str, const std::function<bool(char)> & predicate);
|
||||
|
Loading…
Reference in New Issue
Block a user