JS Regex Unicode Categories
For a project I needed to parse characters from specific Unicode categories. while http://www.regular-expressions.info/unicode.html this page suggests using the \p syntax for that, this is not supported by the Javascript Regular Expression E...