Community,
I need some help developing a regex pattern that will do the following remove all illegal characters from a file name.
These characters include:
- #
- <
- >
- %
- {
- }
- |
- \
- ^
- ~
- [
- ]
- `
- ;
- /
- ?
- :
- @
- =
- &
- $
All other alphanumeric and symbol characters are valid and should be left as is.
Any help would be greatly appreciated, thanks in advance.
