Regular expression for matching reserved filename characters
Sanitize strings for use as JavaScript identifiers & property names
Reserved words that may not be used as variables, functions, methods, or object identifiers, since ECMAScript specifies special behavior for them.
Provides a list of reserved identifiers for JavaScript
Regular expression for matching JavaScript identifiers