Regex for expression validation
Posted: Thu Nov 21, 2019 12:45 pm
Hi,
I would like to know whether I can use REGEX for expresion validation in WYSIWYG WEBBUILDER.
I need to validate national identification number. It consists of 11 digitis and there are some limitations for each of this.
The REGEX rule is the following: [05-9]{1}\d{1}[0-3]{1}\d{1}[0-3]{1}\d{6}
How can I implement it in the form in the Editbox field?
Many thanks
Mario
I would like to know whether I can use REGEX for expresion validation in WYSIWYG WEBBUILDER.
I need to validate national identification number. It consists of 11 digitis and there are some limitations for each of this.
The REGEX rule is the following: [05-9]{1}\d{1}[0-3]{1}\d{1}[0-3]{1}\d{6}
How can I implement it in the form in the Editbox field?
Many thanks
Mario