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.
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.