Skip to content

Commit 3bf6d2c

Browse files
mag123cjasnell
andauthored
Update doc/api/fs.md
Co-authored-by: James M Snell <[email protected]>
1 parent cf75289 commit 3bf6d2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/api/fs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,6 +1113,7 @@ The glob implementation supports the following pattern syntax:
11131113
* `[abc]` - Matches any character in the brackets
11141114
* `[a-z]` - Matches any character in the range
11151115
* `[!abc]` or `[^abc]` - Matches any character not in the brackets
1116+
* `[!a-z]` or `[^a-z]` - Matches any character not in the range
11161117
11171118
**Globstar:**
11181119
* `**` - Matches zero or more directories recursively

0 commit comments

Comments
 (0)