In a Confiforms definition field macro, I have defined a validation rule using a regular expression for a text area field to have the user enter multiple IP addresses. I tested the regular expression in regex101.com that works as expected, but not in the Confiforms validation rule. I am not sure if this is a bug or not in the application. I have the code written as:
([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3})+
Please advise. Thank you.
Documentation reference