I have the following regex that doesn't account for Chinese Unicode characters. I'd like to include Chinese words. Anyone know how to do this in javascript?
\w+|"(?:\\"|[^"])+"
I have the following regex that doesn't account for Chinese Unicode characters. I'd like to include Chinese words. Anyone know how to do this in javascript?
\w+|"(?:\\"|[^"])+"