The new `s` flag for ECMAScript regular expressions makes `.` match any character, including line terminators.
Docs: https://mathiasbynens.be/notes/es-regexp-proposals#dotAll https://developers.google.com/web/updates/2017/07/upcoming-regexp-features#dotall_flag