Module glob/index
glob/index
Glob pattern matching for file paths.
Types
GlobPattern
object
GlobPattern
Compiled glob pattern that can be matched against strings.
Fields
| Name | Type | Description |
|---|---|---|
_pattern | String |
impl(GlobPattern, ...)
new : (GlobPattern) fn(pattern : String) -> GlobPatternmatches : (GlobPattern) fn(self : GlobPattern, text : String) -> boolFunctions
glob_match
function