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

Incomplete regex implementation #56

Open
ain opened this issue Jun 1, 2014 · 0 comments
Open

Incomplete regex implementation #56

ain opened this issue Jun 1, 2014 · 0 comments

Comments

@ain
Copy link

ain commented Jun 1, 2014

I just came across a regex issue on ignoring XML error reports on Bad value 6d0a884808fd72fcdbac270585981015metadata3320 for attribute id on element metadata: Not a valid XML 1.0 name.

The regex used: Bad value [\w]+ for attribute id on element metadata: Not a valid XML 1.0 name.

The regex that actually worked: Bad value [A-Za-z0-9]+ for attribute id on element metadata: Not a valid XML 1.0 name.

In terms of regex, both should actually be equally usable, but unfortunately are not. I guess it's a slash issue?

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