Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace RegularExpressionFormatEntry

The Regular Expression masking format gives the flexibility to use regular expressions to search for sensitive data in a column of Large Object data type (LOB), and replace the data with a fixed string, fixed number, null value, or SQL expression. It can also be used for columns of VARCHAR2 type to mask parts of strings. To learn more, check Regular Expressions in the Data Safe documentation.

Properties

Optional description

description: undefined | string

The description of the format entry.

regularExpression

regularExpression: string

The pattern that should be used to search for data.

replaceWith

replaceWith: string

The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number, null value, or SQL expression.

Const type

type: string = "REGULAR_EXPRESSION"

Methods

getDeserializedJsonObj

getJsonObj