1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-23 01:13:03 +02:00

added content to 103-glob.md (#2679)

This commit is contained in:
SURAJ39
2022-10-22 02:56:19 +05:30
committed by GitHub
parent 085e592141
commit a66e5fbce3

View File

@@ -1,7 +1,6 @@
# 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>
<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://en.m.wikipedia.org/wiki/Glob_(programming)'>Wikipedia</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.npmjs.com/package/glob'>NPM Glob</BadgeLink>