Removes all invalid characters from a given path string.
This function takes a path string and an array of invalid characters, then removes all occurrences of these invalid characters from the path string.
The path string from which invalid characters will be removed.
A new string with all invalid path characters removed.
4.0.0
2021-12-09
Removes all invalid characters from a given path string.
This function takes a path string and an array of invalid characters, then removes all occurrences of these invalid characters from the path string.