Last updated 2 years ago
Was this helpful?
The IsValidURL() function checks whether the input value has a valid URL format.
IsValidURL()
This function is NOT SQL compatible. For more information about SQL compatibility, see our .
Returns true if URLhas indeed a valid URL format.
true
URL
Returns false if URL doesn't have a valid URL format.
false
IsValidURL(
)
IsValidUrl("https://wem.io") Result: True
IsValidUrl("https://wem.io")
IsValidUrl("hssp:\vvv.abcd.org/") Result: False
IsValidUrl("hssp:\vvv.abcd.org/")
text
the URL that the function validates.