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

Regex Issue #5

Open
shrimalmadhur opened this issue Feb 19, 2015 · 1 comment
Open

Regex Issue #5

shrimalmadhur opened this issue Feb 19, 2015 · 1 comment

Comments

@shrimalmadhur
Copy link

You have used the regex as
m._sPattern = '(\\d + )?([AxcbBhHsfdiIlLqQ])'
I think there shouldn't be a space in either direction of "+". I think it should be
m._sPattern = '(\\d+)?([AxcbBhHsfdiIlLqQ])';
Let me know if I am wrong

@belldandu
Copy link

@shrimalmadhur Thanks for noticing that. I included that fix in #6 as the regex is definitely wrong
@kmpm

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