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

accept 0x(0X) start in 'hexadecimal' tag #620

Merged
merged 2 commits into from Sep 27, 2020

Conversation

leejh903
Copy link
Contributor

@leejh903 leejh903 commented Jun 4, 2020

Enhances

Make sure that you've checked the boxes below before you submit PR:

  • [v] Tests exist or have been written that cover this particular change.

Change Details:
Changed hexadecimalRegexString regex to support 0x(0X) start

  • hexadecimal usually uses 0x(0X) prefix to avoid confusion with decimal, octal or other numbering systems
  • It accepts 0x(0X) prefix optionally. It means if there is not the prefix, It is ok

@go-playground/admins

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

Successfully merging this pull request may close these issues.

None yet

3 participants