From 46bc0c85296181362b214cfb44afe615f8aa2f8a Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Thu, 13 Feb 2025 10:48:23 -0500 Subject: [PATCH] Removed unicode character classes from 'features not supported' list --- regex/doc.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/regex/doc.go b/regex/doc.go index b35c02f..c77faf6 100644 --- a/regex/doc.go +++ b/regex/doc.go @@ -153,9 +153,8 @@ returns the 0-group. 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 instead passed as arguments to [Compile]) - 5. Literal text with \Q ... \E + 3. Embedded flags (flags are instead passed as arguments to [Compile]) + 4. Literal text with \Q ... \E The following features are not available in [regexp], but are supported in my engine: 1. Lookarounds