Interface NonNumericIdentificationKeyValidation

Non-numeric identification key validation parameters.

interface NonNumericIdentificationKeyValidation {
    exclusion?: None | AllNumeric;
    positionOffset?: number;
}

Hierarchy (view full)

Properties

exclusion?: None | AllNumeric

Exclusion support for reference. Prevents non-numeric identification key from being mistaken for numeric identification key.

positionOffset?: number

Position offset within a larger string. Strings are sometimes composed of multiple substrings; this parameter ensures that the exception notes the proper position in the string.