7.1
2013-01-30

Regular Expression field

Regular expressions allow text strings such as names, addresses, phone numbers, and other user information to be validated. Regular Expressions can be used to constrain input and check lengths. PrintShop Mail Web allows the designer to enter a custom expression or to pick one from the expression library. For more information about this subject refer to the Regular Expressions chapter.

Web Form Parameters

This field type has the following parameters:

Default Value

This field type has the following Default Value options:

Enter three digits (0 through 9)
[0-9]{3}

Dutch postal code (e.g. 2718RP or 2718 RP)
Four digits where the first cannot be a 0.
An optional space
And two uppercase characters
[1-9]{1}[0-9]{3}\s?[A-Z]{2}