I need to detect if a given filename contains any Hebrew letters. (Basically, my file management code needs to operate only on files that have Hebrew in the filename.)
What would the Powershell look like to detect if there are Hebrew letters in a file name? (or, I suppose, in any string).
(FWIW I am on Windows10)