Matching only Chinese characters in a Word regular expression

J

John Glore

I have a large document with many lines of intermingled Latin and
Chinese characters. Every line is currently styled "normal". The
Chinese characters have defaulted to SimSun font, but are not directly
formatted and have the same underlying style as the Latin characters.

I need to match only the Chinese characters. I can do this the brute
force [!ABC...abc...123...\.\? ^13...], but I am hoping for something
more elegant. Any suggestions?

Also, is there a way to add a wildcard to a range: something like
"match anything not a letter or digit one or more times". I know that
[A-Z*] doesn't work...

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top