Determine if a string ends with one of the specified characters
<mrdocs/Support/String.hpp>
constexpr
bool
endsWithOneOf(
std::string_view s,
std::string_view chars) noexcept;
Name | Description |
---|---|
s | The string to check. |
chars | The characters to check for. |