Search Non-ASCII characters
updatedI can’t remember where I got this one, but here it is:
[^\x00-\x7f]
Just be sure to search using regular expressions.

I can’t remember where I got this one, but here it is:
[^\x00-\x7f]
Just be sure to search using regular expressions.
