Managing data-detected data classes
The data-detected classes are divided into several categories:
- The Enumeration type compares your data against a list of possible values.
- The Pattern type compares your data against possible data patterns referenced in the data class.
- The Regular expression type compares your data against a predefined regular expression.