isword - luxembourg/muxcode-clm GitHub Wiki

ISWORD()

FUNCTION: isword(<string>)

This function will return 1 (TRUE) if every character in <string> is a letter and 0 (FALSE) otherwise.

Example: > say isword(Foo) You say, "1" > say isword(Foo8) You say, "0"

Related Topics: BOOLEAN VALUES, isdbref, isint, isnum, israt