Javascript – Alternative to p{Lo} Unicode Class in PostgreSQL Regex
I encountered a problem when working with regular expressions in PostgreSQL. It turns out that PostgreSQL has no support for the p{Lo} class, which corresponds to the "Letter, Other" category in the Unicode standard. I need to use this class…