Documentation
¶
Index ¶
Constants ¶
View Source
const GLOB = '*'
The character which is treated like a glob
Variables ¶
This section is empty.
Functions ¶
func Glob ¶
Glob will test a string pattern, potentially containing globs, against a subject string. The result is a simple true/false, determining whether or not the glob pattern matched the subject text.
func IsNonLiteral ¶ added in v0.5.1
contains glob or escaped glob (so can't be matched just using string eq)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.