std.stringio.IsIdent - nitrologic/monkey2 GitHub Wiki

std::std.stringio.IsIdent

Function IsIdent:monkey:monkey.types.Bool( chr:monkey:monkey.types.Int )

Checks if a character is an identifier.

Returns true if ch is '0'-'9', 'a'-'z', 'A'-'Z' or '_'.

Parameters
chr chr The character to check.