std.stringio.IsAlpha - nitrologic/monkey2 GitHub Wiki
std::std.stringio.IsAlpha
Function IsAlpha:monkey:monkey.types.Bool( chr:monkey:monkey.types.Int )
Checks if a character is alphabetic.
Returns true if ch is 'a'-'z' or 'A'-'Z'.
| Parameters | |
|---|---|
chr |
chr The character to check. |