Skip to content

Instantly share code, notes, and snippets.

@stormwild
stormwild / regex-chinese-characters.md
Created November 24, 2017 09:19
Remove Chinese Characters in Visual

Regex for finding Chinese Characters

[\u2E80-\u2FD5\u3400-\u4DBF\u4E00-\u9FCC]

Enter the above in the find with regex enabled to select Chinese characters in Visual Studio.

Reference