Hello,
I’m trying to create a form and would like to include validation for fields such as IPv4 addresses. The Data Validity panel offers a “Custom” option that accepts a “Formula” but there is no indication of what this formula can be, and the online manual ignores the option of “Custom” criteria altogether so… How to do it?
I suppose the ideal thing would be if the software supported some kind of general regular expression validation. Other things I’d like to validate are Ethernet MAC addresses, IPv6 addresses, and E-mail addresses, the latter two being complex even with general regular expressions, but a person can dream…