CJex / regulex

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

support atomic grouping and possessive quantifiers, and named group, and lookbehind #55

Open liudongmiao opened 2 years ago

liudongmiao commented 2 years ago

Add support atomic grouping and possessive quantifiers, should close #10

Atomic grouping: https://www.regular-expressions.info/atomic.html Possessive Quantifiers: https://www.regular-expressions.info/possessive.html

Python implement this in https://github.com/python/cpython/issues/34627 since 3.11 (Pre release).

liudongmiao commented 2 years ago

should close #5 #25

liudongmiao commented 2 years ago

lookbehind:

https://github.com/CJex/regulex/issues/23 https://github.com/CJex/regulex/issues/41 https://github.com/CJex/regulex/issues/48 https://github.com/CJex/regulex/issues/54

liudongmiao commented 2 years ago

demo: https://piebridge.me/regulex/

Kyrela commented 1 year ago

Jex is dead. RIP Jex and sorry for your PR but it'll never be accepted.