From be77c5d70acb6cf5fe489f8660ca266045a69013 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 25 Aug 2022 16:22:19 +0900 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5c8f52e..8a2af85 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,9 @@ If only one capture is used in the regex string, then that capture will be used for the output text, and the color will be left unspecified (usually defaulting to white). +For a reference of what kind of regex is supported, +[see this page](https://docs.rs/regex/1.6.0/regex/index.html#syntax). + ## Dependencies Uses [`serde_json`](https://crates.io/crates/serde_json),