issues
search
andgineer
/
TRegExpr
Regular expressions (regex), pascal.
https://regex.sorokin.engineer/en/latest/
MIT License
174
stars
63
forks
source link
Implement possesive braces
#348
Closed
User4martin
closed
1 year ago
User4martin
commented
1 year ago
Allow
(a|b){1,3}+
and
(a|b)?+
Allow
(a|b){1,3}+
and(a|b)?+