Implement PCRE Matching (prefer left-branch) #2

Merged
Rockingcool merged 48 commits from implementPCREMatchingRules into master 2025-02-09 15:24:29 -06:00
11 changed files with 545 additions and 586 deletions
Showing only changes of commit af15904f3b - Show all commits

View File

@@ -173,6 +173,6 @@ The following features are not available in [regexp], but are supported in my en
1. Lookarounds
2. Numeric ranges
The goal is to shorten the first list, and expand the second.
I hope to shorten the first list, and expand the second.
*/
package regex