Hi to all,
not being good with regular expressions, I would need some help.
I have to collect some documents and save them with the name and tag with which they are collected.
To do this, I have to remove the special characters that can generate errors from the filename.
Specifically, I have to save the files as .txt, but I think the extension doesn’t make a difference.
" OB Mobile: create schema (do not run)1 Create cases table.txt "
in the example above, the file name contains both : and (
which I believe generate an error in saving the file.
Can anyone help me to find the string to remove all characters not possible when saving a file?
thanks a lot…
Aaron