Signature
path=null start=null
Parameters
- url:
string- The string to be checked.
Returns
boolean - A promise that resolves to true if the URL is valid, false otherwise.
Checks if a given string is a valid URL.
string - The string to be checked.boolean - A promise that resolves to true if the URL is valid, false otherwise.