Navigation

Operators and Keywords

Function List:

C++ API

: isletter (s)

Return a logical array which is true where the elements of s are letters and false where they are not.

This is an alias for the isalpha function.

See also: isalpha, isdigit, ispunct, isspace, iscntrl, isalnum.

Package: octave