added content to 103-glob.md (#2679)
parent
085e592141
commit
a66e5fbce3
1 changed files with 2 additions and 3 deletions
@ -1,7 +1,6 @@ |
|||||||
# Glob |
# Glob |
||||||
|
|
||||||
Glob matching, or globbing, is a programming approach that entails using wildcards or glob patterns to specify or match filenames or a set of arbitrary strings. |
The glob pattern is most commonly used to specify filenames, called wildcard characters, and strings, called wildcard matching. |
||||||
|
|
||||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://blog.logrocket.com/understanding-using-globs-node-js/'>Understanding Glob</BadgeLink> |
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.npmjs.com/package/glob'>NPM Glob</BadgeLink> |
||||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://en.m.wikipedia.org/wiki/Glob_(programming)'>Wikipedia</BadgeLink> |
|
||||||
|
Loading…
Reference in new issue