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
Param | Type | Description |
---|---|---|
url | string | The url to be checked for valid form. |