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. |
std:std.stringio.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. |