isAlNum#

swordfish.function.isAlNum()#

Return “true” if all characters in string X are alphanumeric (either alphabets or numbers).

If X is a table, the function is applied only to columns of character types (CHAR, STRING, or SYMBOL). Other column types are ignored.

Parameters:

X (Constant) – A CHAR/STRING/SYMBOL scalar, vector, or table.