Skip to main content

image

Contains functions related to url and image url validation

isValidImageUrl

pb.image.isValidImageUrl(url)

Determines whether or not an image url is valid

Returns: boolean - returns true if the url is valid

ParamTypeDescription
urlstringThe url to be checked for valid form.