Locale-independent, ASCII-only comparator
Declared in <util/strencodings.h>
bool
CaseInsensitiveEqual(
std::string_view s1,
std::string_view s2);
true if s1 == s2 when both strings are converted to lowercase
| Name | Description |
|---|---|
| s1 [in] | a string to compare |
| s2 [in] | another string to compare |