|
|
@ -161,6 +161,7 @@ The following features from [regexp] are (currently) NOT supported:
|
|
|
|
2. Negated POSIX classes
|
|
|
|
2. Negated POSIX classes
|
|
|
|
3. Embedded flags (flags are instead passed as arguments to [Compile])
|
|
|
|
3. Embedded flags (flags are instead passed as arguments to [Compile])
|
|
|
|
4. Literal text with \Q ... \E
|
|
|
|
4. Literal text with \Q ... \E
|
|
|
|
|
|
|
|
5. Finite repetition with no start (defaulting at 0)
|
|
|
|
|
|
|
|
|
|
|
|
The following features are not available in [regexp], but are supported in my engine:
|
|
|
|
The following features are not available in [regexp], but are supported in my engine:
|
|
|
|
1. Lookarounds
|
|
|
|
1. Lookarounds
|
|
|
|