Function schematic::is_url_like
source · pub fn is_url_like(value: &str) -> boolExpand description
Returns true if the value looks like a URL, by checking for http://, https://, or www.
pub fn is_url_like(value: &str) -> boolReturns true if the value looks like a URL, by checking for http://, https://, or www.