Table of Contents

Search

  1. Preface
  2. Introduction to Dynamic Data Masking
  3. Rules
  4. Connection Rules
  5. Security Rules
  6. Security Rule Set Simulator
  7. Masking Functions
  8. XML Functions Reference
  9. Glossary

Rules and Guidelines for Line Terminators

Rules and Guidelines for Line Terminators

Consider the following rules and guidelines when you use a line terminator:
  • If the
    UNIX_LINES
    mode is active, the Rule Engine recognizes the line terminators as new line characters.
  • You can specify the
    DOTALL
    flag to indicate that the period character matches any character except for a line terminator.
  • You can use the caret and dollar characters to ignore line terminators and to match the beginning and end of the input sequence.
  • If the
    MULTLINE
    mode is active, the caret characters match the beginning of the input sequence and after any line terminator. The end of the input is not included. The dollar symbol matches before a line terminator and at the end of the input sequence.

0 COMMENTS

We’d like to hear from you!