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

Separator not working for list tool for PCRE patterns #504

Open
lannymcnie-gg opened this issue Aug 14, 2023 · 0 comments
Open

Separator not working for list tool for PCRE patterns #504

lannymcnie-gg opened this issue Aug 14, 2023 · 0 comments

Comments

@lannymcnie-gg
Copy link

The tokenizer appears to work for the pattern (highlights the results correctly), but the List tool either ignores the separator, or omits the captured groups.

Scenario A: Results work, separator is missing.
Pattern: \[\K((?:EN|PLATENG|AI|INFOSEC)-[0-9]*)(?=.*)/gm
Screenshot 2023-08-14 at 10 28 57 AM
https://regexr.com/7ij75

Scenario B: Separator work, results are missing
Pattern: \[((?:EN|PLATENG|AI|INFOSEC)-[0-9]*)(?=.*)/gm
Screenshot 2023-08-14 at 10 28 17 AM

Seems to be limited to PCRE, as the JavaScript equivalent works fine (though the keep-out token only works in PCRE)

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

No branches or pull requests

1 participant