From 5ab95f512afc5451aafd6dd415e9b2719412e938 Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Mon, 10 Feb 2025 09:36:00 -0500 Subject: [PATCH] Updated docs --- regex/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regex/doc.go b/regex/doc.go index 0b810c7..3dd4456 100644 --- a/regex/doc.go +++ b/regex/doc.go @@ -150,7 +150,7 @@ The following features from [regexp] are (currently) NOT supported: 1. Named capturing groups 2. Non-greedy operators 3. Unicode character classes - 4. Embedded flags (flags are passed as arguments to [Compile]) + 4. Embedded flags (flags are instead passed as arguments to [Compile]) 5. Literal text with \Q ... \E The following features are not available in [regexp], but are supported in my engine: