We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf75289 commit 3bf6d2cCopy full SHA for 3bf6d2c
doc/api/fs.md
@@ -1113,6 +1113,7 @@ The glob implementation supports the following pattern syntax:
1113
* `[abc]` - Matches any character in the brackets
1114
* `[a-z]` - Matches any character in the range
1115
* `[!abc]` or `[^abc]` - Matches any character not in the brackets
1116
+* `[!a-z]` or `[^a-z]` - Matches any character not in the range
1117
1118
**Globstar:**
1119
* `**` - Matches zero or more directories recursively
0 commit comments