The
validationUtils
module provides functions for validating various data (such as postal codes, AMKA, EFKA, AFM, etc.).
Description: Validates a postal code.
Parameters:
postalCode
: The postal code to validate.
Return Type: Boolean indicating whether the postal code is valid.
Description: Validates an AMKA number.
Parameters:
amka
: The AMKA number to validate.
Return Type: Boolean indicating whether the AMKA nubmer is valid.