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