Is there a way to look for all non-ascii unicode symbols in my project?

I want to check the usage of Unicode symbols on my package (like β, η…), is there any way to use the search project in VSCode for Unicode non-ascii symbols ?

Paste [^\x00-\x7F] into the search field and click on the .* button (“Use Regular Expression”).

2 Likes

worked perfectly, thank you !

1 Like