Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace PatternFormatEntry

The Pattern masking format randomly selects values according to pattern to replace the original values. Rules Max Generated Data Length 30 characters Use '%c' for a random lowercase letter Use '%C' for a random uppercase letter Use '%u[]' for a random character out of all characters enclosed in [] Use '%%' for a '%' Use '%d' for a random digit Use '%nd','%nc', '%nC', or '%nu[]' n random letters or digits or characters enclosed in [], n can be 0-9 only Any other character will be included as it is Examples %3d-%5C will generate 416-JQPCS %3d-%5c will generate 392-dehco %u[$^#] will generate $ %%%3d will generate %704

Properties

Optional description

description: undefined | string

The description of the format entry.

pattern

pattern: string

The pattern that should be used to mask data.

Const type

type: string = "PATTERN"

Methods

getDeserializedJsonObj

getJsonObj