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

skip a specific word "image.jpg" in the below regex (.*?)(jpg|gif|doc), as go lang is not supporting negative lookahead, so how can we achieve this in go lang? #66882

Closed
sarathpolisetty opened this issue Apr 18, 2024 · 1 comment

Comments

@sarathpolisetty
Copy link

No description provided.

@sarathpolisetty sarathpolisetty changed the title (?i)(?:secret|passwor[dt]|pwd?|token) skip a specific word "image.jpg" in the below regex (.*?)(jpg|gif|doc), as go lang is not supporting negative lookahead how can we achieve this Apr 18, 2024
@sarathpolisetty sarathpolisetty changed the title skip a specific word "image.jpg" in the below regex (.*?)(jpg|gif|doc), as go lang is not supporting negative lookahead how can we achieve this skip a specific word "image.jpg" in the below regex (.*?)(jpg|gif|doc), as go lang is not supporting negative lookahead, so how can we achieve this in go lang? Apr 18, 2024
@randall77
Copy link
Contributor

Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.

For questions please refer to https://github.com/golang/go/wiki/Questions

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

2 participants