Examples
MaskText
MaskDefinition: "9999-9999-9999-9999-9999 9"
MaskDefinition: "mac"
MaskDefinition: "aa-9{1,4}"
MaskDefinition: "email"
MaskDefinition: "url"
MaskDefinition: "(+999) 99 999 99 99"
MaskNumber
DecimalDigits: 0
GroupSeparator: '
MaskCurrency
DecimalDigits: 2
Prefix: "$"
DecimalSeparator: "."
GroupSeparator: "," 
MaskDate
DateFormat: "dd-mm-yyyy"
MaskPercentage
Suffix: "%"
DecimalSeparator: ","
GroupSeparator: "." 
This component is based on a jQuery plugin, for advanced options you should check the plugin documentation.

MaskDefinition:
   9: numeric
   a: alphabetical
   *: alphanumeric

Pre-defined text masks:
   ip
   email
   url

MaskDefinition for dynamic masks:
   Optional: [...]
   Quantified:
      {n} - n repeats
      {n,m} - from n to m repeats
      {+}
      {*}
   Alternator: | 
Server Data
NIB value is: 
IP value is: 
MAC value is: 
Code value is: 
Email value is: 
URL value is: 
Phone number value is: 
Integer number value is: 0
Currency value is: 0
Date value is: 2024-04-29
Percentage value is: 
Click here to see your activities