How can I use Unicode-aware regular expressions in JavaScript? There should be something akin to \w that can match any code-point in Letters or Marks category (not just the ASCII ones), and hopefully have filters like [... May 23, 2022 0 Comments