# Functions
IsIPv4Localhost returns true if ip matches the IPv4 localhost regular expression.
IsLocalhost returns true if ip matches the localhost IP regular expression.
# Constants
IPLocalhost is a regex pattern for IPv4 or IPv6 loopback range.
IPv4Localhost is a regex pattern for IPv4 localhost address range.