std.stringio.IsIdent - nitrologic/monkey2 GitHub Wiki
std::std.stringio.IsIdent
monkey:monkey.types.Bool( chr:monkey:monkey.types.Int )
Function IsIdent: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. |