regulex icon indicating copy to clipboard operation
regulex copied to clipboard

Support negative look behind

Open rommguy opened this issue 6 years ago • 3 comments
trafficstars

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

rommguy avatar Jul 18 '19 09:07 rommguy

This is feature is coming soon

CJex avatar Jul 19 '19 00:07 CJex

This is feature is coming soon

We need you !

careteenL avatar Mar 12 '21 03:03 careteenL

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

liudongmiao avatar Jun 28 '22 10:06 liudongmiao