isword(<string>)
This function will return 1 (TRUE) if every character in <string> is a letter and 0 (FALSE) otherwise.
> say isword(Foo)
You say, "1"
> say isword(Foo8)
You say, "0"
BOOLEAN VALUES, isdbref(), isint(), isnum(), israt()