issues
search
andgineer
/
TRegExpr
Regular expressions (regex), pascal.
https://regex.sorokin.engineer/en/latest/
MIT License
174
stars
63
forks
source link
More work on sub-calls
#207
Closed
Alexey-T
closed
4 years ago
Alexey-T
commented
4 years ago
add sub-calls to named groups (?P>name)
fixed major bug in sub-calls, for test 63
add compile error about bad meta chars like \X \E \z (ascii char after slash)
add Perl syntax (too) for named groups: (?'name'expr) and sub-calls (?&name)