PowerUp Description
The pwrISIPADDRESS PowerUp function determines whether the value or reference matches the expected pattern of an IP address.
PowerUp Syntax
pwrISIPADDRESS(value)
The pwrISIPADDRESS PowerUp function has the following arguments:
value – Required. This is the value or reference to a value to be evaluated for an IP address pattern match.
Return Value
pwrISIPADDRESS will return TRUE if the value matches the pattern for an IP address.
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
=pwrISIPADDRESS("127.0.0.1")