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

Is hex should contain numbers #10

Open
tommcn opened this issue Feb 13, 2020 · 1 comment
Open

Is hex should contain numbers #10

tommcn opened this issue Feb 13, 2020 · 1 comment
Assignees
Labels
todo Going to do soontm

Comments

@tommcn
Copy link
Member

tommcn commented Feb 13, 2020

The isHex function should check also for numbers 0-9 as they are part of a hexadecimal number

if (analyze >= 'A' && analyze <= 'F'){return True;}

@EdwardJXLi EdwardJXLi assigned EdwardJXLi and unassigned EdwardJXLi Feb 13, 2020
@EdwardJXLi EdwardJXLi added the todo Going to do soontm label Feb 13, 2020
@EdwardJXLi
Copy link
Collaborator

Thank you for your report. Our team is looking into this issue.

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

No branches or pull requests

2 participants