<< Click to Display Table of Contents >>

Pattern

Pattern to be applied to the text.

The Pattern can be configured as a Mask and Literal.

Mask serves to limit the text input and Literal serves to specify the text to be automatically entered in a specific location.

For example, the pattern is set to "## ##", "#" is Mask and "-" is Literal. If a user enters "1a23b4", the text is applied to the "12-34".

The settable Mask characters are shown below.

0: Numbers from 0 to 9

9: Numbers from 0 to 9, Empty string

#: Numbers from 0 to 9, Empty string, +, -

L: Alphabet from A to Z, Alphabet from a to z

?: Alphabet from A to Z, Alphabet from a to z, Empty string

A: Numbers from 0 to 9, Alphabet from A to Z, Alphabet from a to z

a: Numbers from 0 to 9, Alphabet from A to Z, Alphabet from a to z, Empty string

<: Start changing the alphabet in lowercase

>: Start changing the alphabet in uppercase

|: Stop changing the alphabet in lowercase/uppercase

\: Whether to set the Mask to Literal

The settable Literal are characters except Mask, &, C and ;. To use the Mask as a Literal, add a "\" before the character.(ex. To use the A to the Literal, set to "\A".)