Don't escape #, since it has no special meaning in JS regexes. Thanks to Felipe Gasper for catching this.
Clean up 3.4.1 HISTORY files.
Coerce non-strings to strings in html() and regex(). [Fixes #2530408]