# remove eveything after a certain word?

**URL:** https://community.mp3tag.de/t/remove-eveything-after-a-certain-word/12742
**Category:** Support
**Created:** [November 27, 2011, 12:04am UTC](https://community.mp3tag.de/t/remove-eveything-after-a-certain-word/12742 "2011-11-27T00:04:37Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![godzillajoe](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/g/4491bb/32.png) [@godzillajoe](https://community.mp3tag.de/u/godzillajoe)
#### Post date: [November 27, 2011, 12:04am UTC](https://community.mp3tag.de/t/remove-eveything-after-a-certain-word/12742/1 "2011-11-27T00:04:37Z")

</div>

Examples:

U2 Featuring Lou Reed  
Kanye West Featuring Jamie Foxx

How do I keep U2 and Kanye West and delete the rest, I guess using "Featuring" as a keyword

Have a bunch of files tagged in this manner, wanna clean them up for last.fm

---

<div class="post-metadata">

### Author: ![ohrenkino](https://community.mp3tag.de/user_avatar/community.mp3tag.de/ohrenkino/32/4843_2.png) [@ohrenkino](https://community.mp3tag.de/u/ohrenkino)
#### Post date: [November 27, 2011, 9:30am UTC](https://community.mp3tag.de/t/remove-eveything-after-a-certain-word/12742/2 "2011-11-27T09:30:04Z")

</div>

Create an action of the type "Replace with regular expression" for the field that you want to truncate.  
Enter as search string:  
(._) .eatur._  
enter as replace string  
$1

---

<div class="post-metadata">

### Author: ![godzillajoe](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/g/4491bb/32.png) [@godzillajoe](https://community.mp3tag.de/u/godzillajoe)
#### Post date: [November 29, 2011, 12:04am UTC](https://community.mp3tag.de/t/remove-eveything-after-a-certain-word/12742/3 "2011-11-29T00:04:10Z")

</div>

Thanks!

---

<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:23pm UTC](https://community.mp3tag.de/t/remove-eveything-after-a-certain-word/12742/4 "2026-02-09T12:23:28Z")

</div>


