Checks if a value is a full URL.
The value to check
True if the value is a full URL, false otherwise
const isUrl = isFullURL("https://www.google.com");// Returns: true Copy
const isUrl = isFullURL("https://www.google.com");// Returns: true
Checks if a value is a full URL.