IN_CIDR now takes an array of addresses


The IN_CIDR function can now accept an address or array of addresses.

IN_CIDR(["10.1.2.3", "10.1.2.4", "10.1.2.5"], "10.0.0.0/8")

For more information, see our documentation.