Expand description
JavaScript identifier validation utilities.
Provides functions to check whether a string is a valid JavaScript identifier and to extract the first identifier token from a source line.
Functionsยง
- get_
javascript_ token - Extract the first valid JavaScript identifier from a source line.
- is_
valid_ javascript_ identifier - Check if a string is a valid JavaScript identifier.