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

Validate Range #9

Closed
johannbotha opened this issue Feb 25, 2015 · 1 comment
Closed

Validate Range #9

johannbotha opened this issue Feb 25, 2015 · 1 comment

Comments

@johannbotha
Copy link

It would be great if there is a way to validate a range the same way an IP is validated.
For example...

rangeCheck.validRange('10.0.0.0/8');    // true
rangeCheck.validRange('qwerty');        // false
@keverw
Copy link
Owner

keverw commented Oct 26, 2015

Just added to v1.2.0

@keverw keverw closed this as completed Oct 26, 2015
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