Updated docs

This commit is contained in:
2025-02-10 09:36:00 -05:00
parent e7da678408
commit 5ab95f512a

View File

@@ -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: