- Code: Select all
[^\x00-\x7F]
I have made several dummy tests: I have no problem using the regex(1) with other regex but this one gives me no result (although it gives me results in notepad++).
I won't use this regex with a replace, I only want to use it to find the matching files.
Any idea why?
Thanks!