PowerUp Description
The pwrISFULLURL PowerUp function determines whether the value or reference matches the expected pattern of a complete URL.
PowerUp Syntax
pwrISFULLURL(value)
The pwrISFULLURL PowerUp function has the following arguments:
value – Required. This is the value or reference to a value to be evaluated for a URL pattern match.
Return Value
pwrISFULLURL will return TRUE if the value matches the pattern for a complete URL.
Remarks
The value is not validated to be an actual, functioning number or account. The pattern is checked to verify that it is a potential IP address.
Example
=pwrISFULLURL("https://officepowerups.com")