What's the best practice for determining if a browser supports the new regular expression features specified in the ECMAScript 2018 Language Specification?
I suspect you just have to write try catch statements or do it by detecting browser versions, but thought I check here first.