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

flag groups doesn't working in python #1403

Closed
Chin0p opened this issue Oct 26, 2020 · 1 comment
Closed

flag groups doesn't working in python #1403

Chin0p opened this issue Oct 26, 2020 · 1 comment
Labels

Comments

@Chin0p
Copy link

Chin0p commented Oct 26, 2020

Bug Description

When using flag groups in python env, they doesn't match.

Regex
(?i:foo)bar
String
foobar

Output should be foobar, but it throws invalid group structure error.

Browser

Chrome 86.0.4240.111

OS

Win10 v2004

@firasdib
Copy link
Owner

This is because the website emulates python 2.7, not 3.x

This is a larger issue, so I will close this issue for now, as its not really a bug. The discussion regarding which python version is ongoing on this forum already.

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

No branches or pull requests

2 participants