Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 6 commits into
base: legacy
Choose a base branch
from

Conversation

liudongmiao
Copy link

@liudongmiao liudongmiao commented Jun 27, 2022

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 python/cpython#34627 since 3.11 (Pre release).

@liudongmiao liudongmiao changed the title support atomic grouping and possessive quantifiers support atomic grouping and possessive quantifiers, and named group Jun 28, 2022
@liudongmiao
Copy link
Author

should close #5 #25

@liudongmiao
Copy link
Author

lookbehind:

#23
#41
#48
#54

@liudongmiao liudongmiao changed the title support atomic grouping and possessive quantifiers, and named group support atomic grouping and possessive quantifiers, and named group, and lookbehind Jun 28, 2022
@liudongmiao
Copy link
Author

liudongmiao commented Jun 28, 2022

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

@Kyrela
Copy link

Kyrela commented Jan 12, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants