isVariableNamePart

fnbool isVariableNamePart(char c)

Returns true if the character can appear in a variable name (letter, digit, or underscore).