Go to the source code of this file.
Namespaces | |
absl | |
Functions | |
bool | absl::EndsWith (absl::string_view text, absl::string_view suffix) |
bool | absl::EndsWithIgnoreCase (absl::string_view text, absl::string_view suffix) |
bool | absl::EqualsIgnoreCase (absl::string_view piece1, absl::string_view piece2) |
bool | absl::StartsWith (absl::string_view text, absl::string_view prefix) |
bool | absl::StartsWithIgnoreCase (absl::string_view text, absl::string_view prefix) |
bool | absl::StrContains (absl::string_view haystack, absl::string_view needle) |