rules/urls/is_url library

Classes

IsUrl
Validates that the input is an http or https URL.

Functions

isUrlValid(String url) bool
Returns true if url is a well-formed http or https URL.