Matches the given string against the glob pattern.
Synopsis
Declared in <mrdocs/Support/Filesystem/Glob.hpp>
bool
match(std::string_view const str) const;
Return Value
true if the string matches the pattern, false otherwise.
Parameters
Name |
Description |
str |
The string to match against the pattern. |
Created with MrDocs