Added more documentation

master
Aadhavan Srinivasan 4 weeks ago
parent 69fb96c43d
commit 6cd0a10a8f

@ -153,8 +153,9 @@ returns the 0-group.
The following features from [regexp] are (currently) NOT supported: The following features from [regexp] are (currently) NOT supported:
1. Named capturing groups 1. Named capturing groups
2. Non-greedy operators 2. Non-greedy operators
3. Embedded flags (flags are instead passed as arguments to [Compile]) 3. Negated POSIX classes
4. Literal text with \Q ... \E 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: The following features are not available in [regexp], but are supported in my engine:
1. Lookarounds 1. Lookarounds

Loading…
Cancel
Save