summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-22 16:38:52 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-22 16:38:52 -0400
commit80c362623a96dcd18aa9ad68b91d060270964f87 (patch)
tree53f0f7962e1849a5de4050110431d1e909553a10
parentc1c484d1a7ab3fd114bc07f7adfa8d6536afc3b3 (diff)
add link to regex syntax docs
-rw-r--r--README-NEW.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README-NEW.md b/README-NEW.md
index d09da708..4012935a 100644
--- a/README-NEW.md
+++ b/README-NEW.md
@@ -225,6 +225,11 @@ $ rg --type-add 'foo:*.foo,*.foobar'
The type `foo` will now match any file ending with the `.foo` or `.foobar`
extensions.
+### Regex syntax
+
+The syntax supported is
+[documented as part of Rust's regex library](https://doc.rust-lang.org/regex/regex/index.html#syntax).
+
### Building
`ripgrep` is written in Rust, so you'll need to grab a