Is there a built-in function which strips all characters which cannot be in Windows filenames from a string or replaces them somehow?
E.g. function("Some:unicode\symbols")
--> "Some-unicode-symbols"
Is there a built-in function which strips all characters which cannot be in Windows filenames from a string or replaces them somehow?
E.g. function("Some:unicode\symbols")
--> "Some-unicode-symbols"