Hello, I have had Perl Regular expression checking for fields such as Phone Numbers working for many releases. This latest release has stopped them from working. Because of that, no record can be saved in the back-end. Once they are removed, all work fine.
This is what I've always used for phone number validation:
Code:
((\(\d{3}\) ?)|(\d{3}-))?\d{3}-\d{4}
Can anyone assist with a fix?