Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Unified Diff: README.md

Issue 1491003002: Add a caseSensitive flag to new Glob(). (Closed) Base URL: git@github.com:dart-lang/glob@master
Patch Set: Code review changes Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « CHANGELOG.md ('k') | lib/glob.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index 5091a1e387bd4d726091527c31adb83142427f9c..300e73ed7c7b1b2747ac205e59c2ed4a3777e11d 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,9 @@ all globs use POSIX path syntax, including using `/` as a directory separator
regardless of which platform they're on. This is true even for Windows roots;
for example, a glob matching all files in the C drive would be `C:/*`.
+Globs are case-sensitive by default on Posix systems and browsers, and
+case-insensitive by default on Windows.
+
### Match any characters in a filename: `*`
The `*` character matches zero or more of any character other than `/`. This
« no previous file with comments | « CHANGELOG.md ('k') | lib/glob.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698