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 77547a5 commit 65bc0c2Copy full SHA for 65bc0c2
README.md
@@ -62,10 +62,6 @@ for (auto& p : glob::rglob("**/*.hpp")) {
62
63
## API
64
65
-* No tilde expansion is done but `*`, `?`, and character ranges expressed with `[]` will be correctly matched.
66
-* For a literal match, wrap the meta-characters in brackets. For example, `[?]` matches the character `?`.
67
-* With `rglob`, the pattern `**` will match any files and zero or more directories, subdirectories and symbolic links to directories.
68
-
69
```cpp
70
/// e.g., glob("*.hpp")
71
/// e.g., glob("**/*.cpp")
0 commit comments