Hi.
I am trying to configure a validation for a short text field.
The current expression is:
/^[a-zA-Z'-'\.\s\-]{3,60}$/
I would like to add double quotes (") to the expression, in order to allow this symbol. However, any combination of the expression using double quotes deletes the double quotes and everything to the right.
e.g. typing:
/^[a-zA-Z'-'\"\.\s\-]{3,60}$/
after clicking 'Save' converts the expression in the 'Validation' field into:
/^[a-zA-Z'-'\
Am I doing something wrong? Is there a way to enable exception for double quotes in the 'Validation' field?
Thanks in advance for the reply.
Kind regards,
asfrag
Last edit: 8 years 5 months ago by asfrag. Reason: typos in topic