Hello,
Hope there is a way to list only the files or paths which contains none-English characters.
thanks
Filtering Files with Foreign Characters
Re: Filtering Files with Foreign Characters
try:
https://stackoverflow.com/questions/150 ... characters
Code: Select all
regex:[^\x00-\x7F]+
Re: Filtering Files with Foreign Characters
It worked.
thank a lot
Best Regards
thank a lot
Best Regards