mrdocs::GlobPattern::match
Matches the given string against the glob pattern.
Synopsis
Declared in <mrdocs/Support/Glob.hpp>
bool
match(
std::string_view str,
char delimiter) const;
Parameters
Name |
Description |
str |
The string to match against the pattern. |
delimiter |
The character that |
Created with MrDocs