Hi I have a number of folders in a directory that have a title and at the end the year.
like this
FolderName (nnnn) , where (nnnn) equals a year
I want to rename this to
FolderName [nnnn]
any ideas?
Thanks
Gilesth wrote:There may be more, but it is the last 6 characters I wanted to target.
using this format
(\(\d\d\d\d\))
to
(\[\d\d\d\d\])
Gilesth wrote:edit: trying to use, but rename is greyed out. have selected the parent directory and the sub directories i want are displayed in main window and there is a tick in the RegEx (1) box?