Hey guys, back again.. after spending about an hour tryna figure it out myself.
What i basically wann do is add characters at the beginning and at the end of the ARTIST field.
Eg.
I wanna add the characters in the qoutes to the beginning >> " (ft "
and the characters in the qoutes to the end of the ARTIST field >> ") "
Must be very simple to do, but i just cant figure it out.........
\Thanks in advance to whom helps.
Bless 
the beginning of a field can be found using the special character ^
the end of field can be found using the special character $
So create an action of the type "Replace with regular expression"
Search string is ^
Replace pattern would be (ft.
Create the next action of the type "Replace with regular expression"
Search string is $
Replace pattern would be ).
Both actions togehter in an action group would do the incasing job.
Thanks a Million! Works perfectly!
I guess I need to do some more reading on all features on Mp3Tag
Once again Thanks.
Bless