If we wish to find all the Chinese characters in our TextMate, a simple way is use our regex.

Switch to 'regex' mode, and find all the characters in [\x{4e00}-\x{9fa5}].

sample-text-tmate.png

sample-re-tmate.png

Note: It works for our UTF-8 text document.

Categories: Code

Yu

Ideals are like the stars: we never reach them, but like the mariners of the sea, we chart our course by them.

Leave a Reply

Your email address will not be published. Required fields are marked *