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