From 80c362623a96dcd18aa9ad68b91d060270964f87 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Thu, 22 Sep 2016 16:38:52 -0400 Subject: add link to regex syntax docs --- README-NEW.md | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3