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