Unicode property escapes in JavaScript regular expressions

1 · Mathias Bynens · June 12, 2016, 11:53 a.m.
ES2018 adds support for Unicode property escapes of the form \p{…} and \P{…} to JavaScript regular expressions. This article explains what Unicode property escapes are, how they work, and why they’re useful....