#include <cstring>
#include "absl/strings/string_view.h"
Go to the source code of this file.
Namespaces | |
absl | |
Functions | |
bool | absl::EndsWith (absl::string_view text, absl::string_view suffix) noexcept |
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::StartsWith (absl::string_view text, absl::string_view prefix) noexcept |
bool | absl::StartsWithIgnoreCase (absl::string_view text, absl::string_view prefix) noexcept |
ABSL_NAMESPACE_BEGIN bool | absl::StrContains (absl::string_view haystack, absl::string_view needle) noexcept |
bool | absl::StrContains (absl::string_view haystack, char needle) noexcept |