CJex / regulex

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

Support negative look behind #41

Open rommguy opened 5 years ago

rommguy commented 5 years ago

Thank you very much for this excellent tool! I love using it, it really helps

I saw I can't use the negative look behind syntax ?<! Can you please add support for that?

Example - find all strings 'py' that are not prefixed by 'co' /(?<!co)py/

Thanks

CJex commented 5 years ago

This is feature is coming soon

careteenL commented 3 years ago

This is feature is coming soon

We need you !

liudongmiao commented 2 years ago

demo: https://jianyu.io/regulex/