GlobPattern

constructor(pattern: String, caseSensitive: Boolean = true)(source)

Parameters

pattern

the glob pattern string

caseSensitive

whether the pattern matching should be case-sensitive (default: true)