|
bool | is_match (std::string_view input, std::string_view pattern) |
| Check if a string matches a pattern.
|
|
template<class T = std::string_view, class Delim_T > |
auto | split (T input, Delim_T delim) -> std::vector< T > |
| Split a string into a vector of sub-strings.
|
|