How to remove feat. from the parent folder of the artist?

Hi,

I want to remove "feat. " from the parent folder, how can I do that?

I’ve already applied a script removing “Various Artists”, but then the folder name included a "feat. " which is not what I wanted.

This is where I reached, but I don’t know shit about RE and operators. Sorry for language.

$if($not(%albumartist%),$set(artist,$rreplace(%artist%,),$if2(%albumartist%,%artist%))/$if($ne(%albumartist%,),%album%/,)$if($gt(%totaldiscs%,1),%discnumber%-,)$if($ne(%albumartist%,),$num(%tracknumber%,2) ,)$if(%_multiartist%,%artist% - ,)%title%

Thank you