Return true if matching characters are found
Synopsis
constexpr
bool
contains(char c) const noexcept;Description
See core::string_view::contains
Return Value
true if the string contains the character, otherwise false
Parameters
| Name | Description | 
| c | The character to search for | 
Created with MrDocs