Is there an ability to make a lookahead assertion non-capturing? Things like bar(?:!foo)
and bar(?!:foo)
do not work (Python).
If you do bar(?=ber)
on "barber", "bar" is matched, but "ber" is not captured.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With