Returns a boolean value denoting whether the input string is a valid URL
Returns true
isUrl("https://foo.com");
Returns false
isUrl("foo@bar.com");
Generated using TypeDoc
Returns a boolean value denoting whether the input string is a valid URL
Example
Returns true
Example
Returns false