Clarify is.url description
Co-Authored-By: itaisteinherz <itaisteinherz@gmail.com>
This commit is contained in:
parent
d579c6625c
commit
9c103728fa
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ is.urlInstance(url);
|
||||||
|
|
||||||
### .url(value)
|
### .url(value)
|
||||||
|
|
||||||
Returns `true` if `value` is a URL.
|
Returns `true` if `value` is a URL string.
|
||||||
|
|
||||||
Note: this only does basic checking using the [`URL` class](https://developer.mozilla.org/en-US/docs/Web/API/URL) constructor.
|
Note: this only does basic checking using the [`URL` class](https://developer.mozilla.org/en-US/docs/Web/API/URL) constructor.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue