Table of Contents

Search

  1. Preface
  2. Introduction
  3. IDD Concepts
  4. Implementation Process
  5. IDD Configuration Manager
  6. Manual IDD Configuration
  7. IDD Global Properties
  8. Sizing and Platform Requirements
  9. Application Components
  10. IDD Security Configuration
  11. Data Security
  12. Example Role-Based Security Configuration
  13. Data Masking
  14. Siperian BPM Workflow Engine
  15. Locale Codes
  16. Troubleshooting
  17. Glossary

Data Director Implementation Guide

Data Director Implementation Guide

Expressions

Expressions

Mask pattern is described in terms of regular expressions.
Parts of expression that must be masked are in parenthesis.
.
Dot means any character.
.*
Dot followed by asterisk mean sequence of characters or empty sequence.
.+
Dot followed by plus sign mean one or more characters. Empty sequence is not matched by this expression.
.{n}
Dot followed by an integer number in curly brackets means up to n characters.
[.]
Dot in square brackets means dot character.

0 COMMENTS

We’d like to hear from you!