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

Add support for 'is.uri' #22

Open
joeltankam opened this issue Oct 10, 2018 · 3 comments
Open

Add support for 'is.uri' #22

joeltankam opened this issue Oct 10, 2018 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@joeltankam
Copy link
Owner

Checks if the given value is an uri.

is.uri('http://www.test.com'); // true
is.uri('ftp://www.test.com'); // true
is.uri('https://www.test.com:8081?foo=bar'); // true
is.uri('test'); // false

Checkout full uri description on wikipedia.
uri syntax diagram

Update README.md: under is > RegExp

@joeltankam joeltankam added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Oct 10, 2018
@beast911
Copy link

i would like to help with this

@joeltankam
Copy link
Owner Author

Feel free to contribute

@beast911
Copy link

I have raised a PR for this. Kindly check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants