i want a script or bunch of scripts to correct the spaces in my tags(not filename)
for example
Original
The Doctor ' s Team, and " Nurse "(New) [ Old ]
desired
The Doctor's Team,and Nurse(New)[Old]
with one space between normal words,no spaces before or after the single(') and double(")
no space before,and after the different types of brackets(I know clearing the spaces just after the bracket before the word starts may be impossible as it may also clear the spaces between words ans join them) and i know that i will have to use different variants of the scrips for the different types of brackets.