isletter

isletter(s) returns true for each letter of string s being from a to z and false otherwise.

Examples

> isletter('a12b')#

	1 0 0 1

Resources

See also

char | isa | ischar | isnumeric | isspace