Skip to content

Commit 65bc0c2

Browse files
authored
Update README.md
1 parent 77547a5 commit 65bc0c2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ for (auto& p : glob::rglob("**/*.hpp")) {
6262

6363
## API
6464

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-
6965
```cpp
7066
/// e.g., glob("*.hpp")
7167
/// e.g., glob("**/*.cpp")

0 commit comments

Comments
 (0)