#include "absl/strings/match.h"
#include "absl/strings/internal/memutil.h"
Go to the source code of this file.
Namespaces | |
absl | |
Functions | |
bool | absl::EndsWithIgnoreCase (absl::string_view text, absl::string_view suffix) noexcept |
ABSL_NAMESPACE_BEGIN bool | absl::EqualsIgnoreCase (absl::string_view piece1, absl::string_view piece2) noexcept |
bool | absl::StartsWithIgnoreCase (absl::string_view text, absl::string_view prefix) noexcept |