isVariableName
fn
bool isVariableName(IStr str)Returns true if the string is a valid variable name (starts with a letter or underscore, followed by letters, digits, or underscores).
bool isVariableName(IStr str)Returns true if the string is a valid variable name (starts with a letter or underscore, followed by letters, digits, or underscores).