`/\w/.test('\u212A')` `/\w/u.test('\u212A')` `/\w/i.test('\u212A')` true under nova, false under v8 (and spec) Note that `/\w/iu.test('\u212A')` is true under v8 and per spec.