strisalpha

Purpose

Check if a string is all alphabetic characters.

Syntax

returnedBoolean = strisalpha(string)

returnedBoolean - type: bool
string - type: str

Returns

Remarks

Example

See Also

strisdigit, String Functions