The Number Delimiter validator is listed by default in some of the Data Identifiers in DLP.
What does the Number Delimiter validator do when added to a DLP Data Identifier?
Symantec Data Loss Prevention 16.x
The idea of this validator is to exclude scenarios where a DI match made up of delimited digits is part of some larger string.
For example, let's say you have a catalog number that is of the format ddd-ddd-dd-dddd.
The last three groups of digits in this number match the format of an US SSN so with no additional validation, this could result in many false positives. The validator attempts to detect these situations by figuring out what the delimiter is (first non-digit in the match) and then looking at the text surrounding the match and ensuring it's not more digits delimited by the same delimiter.