mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-23 09:22:52 +02:00
added content to 103-glob.md (#2679)
This commit is contained in:
@@ -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>
|
|
||||||
|
Reference in New Issue
Block a user