How to get first number of characters in the title to the back of the title
Folks,
I have a lot of books where the title is something like :
(ABCD)EFGH
How can i get the left and right parenthesis and all the text between the parenthesises and put that behind the rest of the title (and a space) so that the title looks like :
EFGH (ABCD)
I assume I have to work with regular expressions but I don't have any idea where to start..
Thanks in advance..
|