7.4

Table Of Contents
Expression mask will not automatically divide the Multi-Area Field into rows and columns nor will it print out static characters in
the field, since the number of characters can be variable.
Accepted Values
This documentation cannot pretend to teach anyone how to learn to use Regular Expressions nor to describe how to build reg-
ular expressions. Plenty of tutorials and documentation on Regular Expressions exist online. However, here are some quick
resources that may help you in building your expressions:
These links are provided for your education and are not supported or maintained by Objectif Lune Inc.. Use the infor-
mation provided by those links at your own risk.
l Regular Expressions Cheat Sheet , available in PDFand PNGformat
l Regular-Expressions.info tutorial.
Examples
These examples are similar to the ones in the Custom Mask but may extend upon them and accept a wider variety of results.
Regular Expression Description Examples
(\d{3})\D*(\d{3})\D*(\d{4})\D*(\d*)$
A fully featured expression for most phone number for-
mats used in the world.
work 1-(800)
555.1212 #1234
800-555-1212
80055512121234
PROD-[0-9A-Za-z]{5}-[A-Z]{3}-\d{5} Product Number
PROD-5G32B-ADE-
23643
PROD-IPHON-TGS-
16000
^\d{5}(-\d{4})?$ A5 or 9 digit USZip code with optional dash.
90210
32454-4332
^[ABCEGHJKLMNPRSTVXY]{1}\d{1}[A-Z]{1}
*\d{1}[A-Z]{1}\d{1}$
Avalid Canadian postal code.
H0H 0H0
J0S 1J0
H1V 2C8
Capture Field Template List
This dialog is used to add, modify or remove choice templates for List types of Capture Fields. It is also where labels are added
for each choice, and the decision to limit the number of accepted choices to one, or any number of them.
The List Item Editor contains the following options:
l Template:Displays a drop-down of existing templates saved in the system.
l Delete:Removes the template currently selected in the drop-down
l List items:Displays an editable list of values of choices for the list:
l Caption:The text to display next to the check box, on the page. Note that this is optional and is a label, not a
text object (it will not wrap with long values).
l Value:The value that can be checked upon when post-processing PGCfiles. It can be used when retrieving doc-
uments or when using Capture Conditions in PlanetPress Workflow.
l Plus Button:Adds a new row to the List items.
l XButton:Removes the selected row in the List items.
l Arrow Up:Moves the selected row in the List items up by one position.
l Arrow Down:Moves the selected row in the List items down by one position.
©2010 Objectif Lune Inc - 171 -