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

how to make rust regex compatible with online regex or other languages regex? #727

Closed
shachardevops opened this issue Nov 29, 2020 · 1 comment

Comments

@shachardevops
Copy link

shachardevops commented Nov 29, 2020

I have plenty of regexes and I can't change them

regex parse error:
    .*Stop pulling image "([a-z0-9\.\-\:\/]+)": "Status: Image is up to date for [a-z0-9\.\-\:\/]+"
                                      ^^
error: unrecognized escape sequence

for example.
ad many more... there is a way to overcome this issue?

@BurntSushi
Copy link
Member

Duplicate of #501

Otherwise, you'll have to change the regex somehow.

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

No branches or pull requests

2 participants