Hi, I have a problem with the regular expressions to validate custom fields.
For example, I just want to check email addresses syntax: i go to "field manager", i select the "email" field, then i set the "Authorized input" into "custom PERL regular expression" and add the code.
I tried several ones, included the one found on
www.regular-expressions.info/email.html
[a-z0-9!#$%&'*+/
^_`{|}~-]+(?
.[a-z0-9!#$%&'*+/
^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?
but nothing seems to work. I just can enter any iput, even a single string without any @ or dot, and it accepts it.
Am i doing something wrong? Any idea?
thanks for the help