Functionsยง
- is_
valid_ ident - Returns whether a string is a valid JavaScript identifier. Defined at https://tc39.es/ecma262/#prod-IdentifierName.
- to_
valid_ ident - Converts a string to a valid JavaScript identifier by replacing invalid characters with underscores.