mrdocs::GlobPattern

A glob pattern matcher

Synopsis

Declared in <mrdocs/Support/Glob.hpp>
class GlobPattern;

Member Functions

Name Description
GlobPattern [constructor]Constructors
~GlobPattern [destructor]Destructor
operator= Assignment operators
isLiteral Checks if the glob pattern is a literal string.
match Matches the given string against the glob pattern.
matchPatternPrefix Matches the start of a given string against the glob pattern.
pattern Returns the glob pattern.

Static Member Functions

Name Description
create Constructs a GlobPattern with the given pattern.

Description

Nested brace expansions "{<glob>,"{<glob>,...}",...}" are not supported.

Created with MrDocs