Type funtions

This section explains how to use type functions in APL.

The table summarizes the type functions available in APL.

FunctionDescription
isccChecks whether a value is a valid credit card (CC) number.
isimeiChecks whether a value is a valid International Mobile Equipment Identity (IMEI) number.
ismapChecks whether a value is of the dynamic type and represents a mapping.
isrealChecks whether a value is a real number.
isstringChecks whether a value is a string.
isutf8Checks whether a value is a valid UTF-8 encoded sequence.