Large character classes would profit from line terminators and line comments being removed: ``` [ A-Z a-z 0-9 _ . # needed for (e.g.): Array.prototype.push \[ \] # needed if the name is a symbol ]+ ```