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

pull/2685/head
SURAJ39 2 years ago committed by GitHub
parent 085e592141
commit a66e5fbce3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/103-glob.md

@ -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>

Loading…
Cancel
Save