andgineer / TRegExpr

Regular expressions (regex), pascal.
https://regex.sorokin.engineer/en/latest/
MIT License
174 stars 63 forks source link

Lookbehind in the middle of regex #313

Closed Alexey-T closed 1 year ago

Alexey-T commented 1 year ago

@User4martin regex \w.*(?<=\d)\d text .. test 123

currently it gives the compilation error. Is it working in some of your branches?

User4martin commented 1 year ago

yes that will be working