Closed n-wbrown closed 3 years ago
This PR implements @klauer's idea to allow non-regex PV's to handle enclosed parentheses like so:
(a(b|c)|d)e
Will be expanded to
abe ace de
Looks good. Thanks!
This PR implements @klauer's idea to allow non-regex PV's to handle enclosed parentheses like so:
Will be expanded to