7.1
Table Of Contents
- Introduction
- How to
- Common Tasks
- Company Tasks
- Publication Type and Document Tasks
- Add publication types
- Modify the publication type properties
- Delete a publication type folder
- Adding documents to a publication type
- Delete documents from a publication type
- Edit document properties
- Manage production settings
- Output options
- Manage linked files
- Setting up web forms
- Define file upload settings
- Setting up pricing
- Image Collection Tasks
- Order Manager Tasks
- Ordering workflow
- Settings
- General Settings
- Pricing and Ordering
- Production
- Modules
- Enabling B2C (Business to Customer)
- Introduction to Regular Expressions
• {n} Exactly n occurrences.
• {n,} At least n occurrences.
• {n,m} Between n and m occurrences.
There are 12 characters with special meanings:
• the opening square bracket [
• the backslash \
• the forward slash /
• the caret ^
• the dollar sign $
• the period or dot .
• the vertical bar or pipe symbol |
• the question mark ?
• the asterisk or star *
• the plus sign +
• the opening round bracket (
• the closing round bracket )
Special characters can be escaped by placing a backslash \ before the special character. A backslash can be
matched using \\.
Introduction to Regular Expressions - Syntax
Objectif Lune Inc. © 2010 154