My album currently has the following format for the Title:
(USA) Clementine
which is:
(country) title
If possible, I would like to move the country to after the actual title:
Clementine (USA)
The actual country varies so it is not possible to split after the first n characters. However, the format of country part is consistent so the ')' character could be used as a delimiter.
It would also be necessary to not have a leading space after the reformat.
Is there a previous post that covers this type of reformating that I could be referred to?