...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Returns true
if two strings
are equal, using a case-insensitive comparison.
Defined in header <boost/beast/core/string.hpp>
bool iequals( beast::string_view lhs, beast::string_view rhs);
The case-comparison operation is defined only for low-ASCII characters.
Name |
Description |
---|---|
|
The string on the left side of the equality |
|
The string on the right side of the equality |