If the conditions in the "If" tab are respected, then the conditions in the "Then" tab should be respected. Otherwise, the conditions in the "Else" tab should be respected.
"USA"
If the conditions in the "If" tab are respected, then the conditions in the "Then" tab should be respected. Otherwise, the conditions in the "Else" tab should be respected.
"S"
If the conditions in the "If" tab are respected, then the conditions in the "Then" tab should be respected. Otherwise, the conditions in the "Else" tab should be respected.
"H"
"CAN"
"CAN"
^P[0-9]{8}$|^[H|S][0-9]{1}[A-Z]{2}[0-9]{5}$
Must be at least 1
characters long
Must be at most 9
characters long
"P01234567"
"H0MD12345"
"S0MD12345"
^[ -~]{0,30}$
Must be at least 1
characters long
Must be at most 30
characters long
"Smith"
^[ -~]{0,20}$
Must be at least 1
characters long
Must be at most 20
characters long
"John"
^[ -~]{0,20}$
"W"
^[ -~]{0,10}$
"Dr"
^[ -~]{0,10}$
"Jr"
^[ -~]{0,34}$
Must be at least 1
characters long
Must be at most 34
characters long
"123 Main Street"
^[ -~]{0,34}$
^[ -~]{0,30}$
Must be at least 1
characters long
Must be at most 30
characters long
"Anytown"
^[A-Z]{2}$
Must be at least 2
characters long
Must be at most 2
characters long
"WA"
^[ -~]{0,9}$
981110123
^[ -~]{0,38}$
"XYZ Company"
^[ -~]{0,38}$
"QC Inspector"
"H\nS\nP"
^[A-Z]{2}$
"WA"
^[0-9]{2}$
^\+\d{1,3} \d{10}$