MATLAB Function Reference Previous page   Next Page
isletter

Detect array elements that are letters of alphabet

Syntax

Description

tf = isletter('str') returns an array the same size as str containing logical 1 (true) where the elements of str are letters of the alphabet and logical 0 (false) where they are not.

Examples

Find the letters in character array s.

See Also

isstrprop, isnumeric, ischar, char, isspace, isa, is*


Previous page  iskeyword islogical Next page

© 1994-2005 The MathWorks, Inc.