isVariableNamePart
fn
bool isVariableNamePart(char c)Returns true if the character can appear in a variable name (letter, digit, or underscore).
bool isVariableNamePart(char c)Returns true if the character can appear in a variable name (letter, digit, or underscore).