Hi everyone,
I have a question regarding "Match with RegExp" condition mode in PropertyCalculator.
I wanted to configure Error case so an error message pops up when a user enters wrong format in a certan field "IP Adress".
The correct format should be xxx.xxx.xxx.xxx.
I tried doing so as displayed on screenshot but it doesn't seem to work.
I try with this examples:
^((25[0-5]|(2[0-4]|1\d|[1-9]|)\d)(\.(?!$)|$)){4}$
^((25[0-5]|(2[0-4]|1[0-9]|[1-9]|)[0-9])(\.(?!$)|$)){4}$
(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?(\.|$)){4}
^((25[0-5]|(2[0-4]|1\d|[1-9]|)\d)(\.(?!$)|$)){4}$/