Masked text
"Masked text" is used for storing the word according to the decided character rule.
SQL definition |
VARCHAR(n) |
- Postion
Specifies the position which shows a text. - Default
When a card is created newly, it specifies the data filled in beforehand. - Disable IME
IME will be disabled if this value is True. - Mask
Specifies a character rule. You can use the following patterns for a character rule. In addition, all characters other than this list are outputted directly.
0 Digit, required. This element will accept any single digit between 0 and 9. 9 Digit or space(optional) # Digit or space(optional). If this position is blank in the mask, it will be rendered as a space in the Text property. Plus (+) and minus (-) signs are allowed. L Letter(required). Restricts input to the ASCII letters a-z and A-Z. ? Letter(optional). & Character(required). C Character(optional). A Alphanumeric(required). a Alphanumeric(optional). . Decimal placeholder. , Thousands placeholder. : Time separator. / Date separator. $ Currency symbol. < Shift down. Converts all characters that follow to lowercase. > Shift up. Converts all characters that follow to uppercase. | Disable a previous shift up or shift down. \ Escape. Escapes a mask character, turning it into a literal. "\\" is the escape sequence for a backslash.