mrdocs::PathGlobPattern
A glob pattern matcher for paths
Member Functions
| Name | Description | 
| 
 | Construct an empty PathGlobPattern. | 
| Checks if the glob pattern is a literal string. | |
| Matches the given string against the glob pattern. | |
| Matches the start of a given string against the glob pattern. | |
| Returns the glob pattern. | 
Static Member Functions
| Name | Description | 
| Constructs a PathGlobPattern with the given pattern. | 
Description
A glob pattern matcher where "*" does not match path separators. The pattern "**" can be used to match any number of path separators.
Created with MrDocs