A typical search and replace operation requires you to provide the exact text that matches the intended search result. Although this technique may be adequate for simple search and replace tasks in static text, it lacks flexibility and makes searching dynamic text at least difficult if not impossible.
Array's regex data verification fixes this problem and can test an input string to see if a telephone number pattern or a credit card number pattern occurs within the string, meaning that you do not get invalid entries.
Say you want to make sure that someone is actually entering an email in your email field within your Array form, this is where our regex data verification can help.
With Array's regex implementation you can test for a pattern within a string. This can be done by entering a regex code into your Array form.
First, click the form feature that you would like to add a verification process to > then click the Rule (regex) button > then enter your regex code.