IsValidURL

circle-info

The IsValidURL() function checks whether the input value has a valid URL format.

This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.

circle-check

Syntax

chevron-rightIsValidURL(URL)hashtag

IsValidUrl("https://wem.io") 👍Result: True

IsValidUrl("hssp:\vvv.abcd.org/") 👎Result: False

Parameters

Name
Type
Required
Description

URL

text

☑️

the URL that the function validates.

Last updated

Was this helpful?