Skip to content

Std stringio isident

std:std.stringio.IsIdent

Function IsIdent:Bool( chr: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.