isalphanumcheck that characters of a string are alphanumericsCalling Sequenceres = isalphanum(str)Argumentsstra character string.resa boolean matrix.Descriptionres = isalphanum(str) returns an array the same size as
str containing logical %t
(true) where the elements of str are
alphanumerics and logical %f (false) where they
are not.
ExamplesSee Also
isletter
isdigit