CJex / regulex

:construction: Regular Expression Excited!
https://jex.im/regulex/
MIT License
5.71k stars 756 forks source link

zero-width assertions not supported #23

Closed ahxxm closed 9 years ago

ahxxm commented 9 years ago

regex like this: (?<=abc>[\s\S]*?(?=def)

CJex commented 9 years ago

https://github.com/JexCheng/regulex/issues/16

PCRE milestone

liudongmiao commented 2 years ago

should be (?<=abc)[\s\S]*?(?=def)

liudongmiao commented 2 years ago

demo: jianyu.io/regulex/