hasMagic
hasMagic(
pattern:string):boolean
Defined in: packages/pythonlib/src/glob.node.ts:157
Return true if the pattern contains any magic glob characters.
Parameters
| Parameter | Type | Description |
|---|---|---|
pattern | string | The pattern to check |
Returns
boolean
True if pattern contains wildcards