Hi,
I want to match the following patterns:
Pattern 1: 1234567
Pattern 2: 1234567;1234567;...
How to create a new validation pattern in K2 Five to match either Pattern 1 or Pattern 2 above? i.e. The user has to enter a 7-digits string. The user can enter multiple 7-digits strings but must be delimited by semicolon (;).
If the user enters a string different from Pattern 1 or 2, K2 will show a validation error.