-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
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'); // falseCheckout full uri description on wikipedia.
Update README.md: under is > RegExp
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed