ZITAT(uk lee @ Mar 7 2012, 21:34)

Hi , im new to the forum and have picked up some great methods for editing my tags so far , although i have to admit it take me a few goes to get some of the to work !
i'm struggling to workout how to do this one though !
in my ARTIST field i have
Cliff, Jimmyi want it to read
Jimmy Cliffhow can i achieve this ?
many thanks
Lee
Type it in?
If you have more than a couple then you could create an action of the type
"Replace with regular expression".
Enter as search string:
(.*), (.*)
Enter as replace string:
$2 $1
this takes the comma as separator and will lead to rather strange results for all entries that have more than one comma (e.g. Earth, WInd & Fire will become Wind & Fire Earth).