Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 719 Bytes

validationUtils.md

File metadata and controls

30 lines (16 loc) · 719 Bytes

ValidationUtils

The validationUtils module provides functions for validating various data (such as postal codes, AMKA, EFKA, AFM, etc.).

Table of Contents


validatePostalCode()

Description: Validates a postal code.

Parameters:

postalCode: The postal code to validate.

Return Type: Boolean indicating whether the postal code is valid.

validateAMKA()

Description: Validates an AMKA number.

Parameters:

amka: The AMKA number to validate.

Return Type: Boolean indicating whether the AMKA nubmer is valid.