IsUrl
The base module of IsUrl.
It exposes a single function, validate
.
Summary
Functions
Validate whether a string is a url. This is a solution adapted from Stack Overflow
Functions
Validate whether a string is a url. This is a solution adapted from Stack Overflow.
Args:
url
- The url to validate, string
Returns a boolean.