Hello, This is a bugfix release that fixes RegExp matching for a regular expression containing UTF-8 characters. The matching of ASCII or byte string by UTF-8 regexp was always negative. What methods were affected: - RegExp.prototype.exec() (since...