# format "featuring" putting it before (remix/clean/dirty/version)

**URL:** https://community.mp3tag.de/t/format-featuring-putting-it-before-remix-clean-dirty-version/11652
**Category:** Support
**Created:** [March 1, 2011, 4:06pm UTC](https://community.mp3tag.de/t/format-featuring-putting-it-before-remix-clean-dirty-version/11652 "2011-03-01T16:06:51Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![WDPK837](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/w/e495f1/32.png) [@WDPK837](https://community.mp3tag.de/u/WDPK837)
#### Post date: [March 1, 2011, 4:06pm UTC](https://community.mp3tag.de/t/format-featuring-putting-it-before-remix-clean-dirty-version/11652/1 "2011-03-01T16:06:51Z")

</div>

So I've greatly appreciated everyone's help getting my "featuring/feat/ft" converted to "feat." and moving it to the end of the title. Now I'd like to create a regex that can distinguish when the title already has "(remix)" at the end and place the "feat." string before it. Can anyone help me out? Here's my code for my "replace".

```
[#0]
T=4
F=_TAG
1=(?i)(\\\\s)f(?:ea)?t(?:frowning:?:\\\\.?|\\\\s)|uring)(?\u003d\\\\s)
2=$1feat.$2
3=0

[#1]
T=7
F=%title% $regexp(%artist%,(.*) feat. (.*),'feat. $2' +++ $1)
1=%title% +++ %artist%

```

Thanks again to all y'all for all the hard work you're doing!

---

<div class="post-metadata">

### Author: ![system](https://community.mp3tag.de/uploads/default/original/2X/c/ce7035d426cb755a7916793326d23b465222a407.png) [@system](https://community.mp3tag.de/u/system)
#### Post date: [February 9, 2026, 12:22pm UTC](https://community.mp3tag.de/t/format-featuring-putting-it-before-remix-clean-dirty-version/11652/2 "2026-02-09T12:22:57Z")

</div>


