I am trying to remove unicode characters from a selected list of file names. My regEx is not so good. I tried but the the blocks seems to not have numbers and characters like as part of it, then though this page says it does.
I am essentially looking for something that strips unicode characters and leaves valid window file name characters untouched.
In the below screenshot, strips , , etc from file names:
![Image]()
Any help would be greatly appreciated!
\P{Latin}
Latin
_
I am essentially looking for something that strips unicode characters and leaves valid window file name characters untouched.
In the below screenshot,
\P{Latin}
1
3
_

Any help would be greatly appreciated!
Statistics: Posted by Ralf_Reddings — Fri Jun 14, 2024 5:23 pm