Return true if the specified string ends with the specified characters, and false otherwise.
Declared in <bdlb_stringviewutil.h>
static
bool
endsWith(
std::string_view const& string,
std::string_view const& characters);
true if string ends with characters, and false otherwise
| Name | Description |
|---|---|
| string | string view to test |
| characters | suffix to match |