# Remove Values in Title

**URL:** https://community.mp3tag.de/t/remove-values-in-title/12639
**Category:** Support
**Created:** [October 28, 2011, 10:43pm UTC](https://community.mp3tag.de/t/remove-values-in-title/12639 "2011-10-28T22:43:32Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![SSHP8](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/s/82dd89/32.png) [@SSHP8](https://community.mp3tag.de/u/SSHP8)
#### Post date: [October 28, 2011, 10:43pm UTC](https://community.mp3tag.de/t/remove-values-in-title/12639/1 "2011-10-28T22:43:32Z")

</div>

Miller20041007\_Hr1-PetNames  
Miller20051105\_Hr2-Jars

I want to just have it be PetNames & Jars.

---

<div class="post-metadata">

### Author: ![stevehero](https://community.mp3tag.de/user_avatar/community.mp3tag.de/stevehero/32/337_2.png) [@stevehero](https://community.mp3tag.de/u/stevehero)
#### Post date: [October 28, 2011, 11:27pm UTC](https://community.mp3tag.de/t/remove-values-in-title/12639/2 "2011-10-28T23:27:29Z")

</div>

try and be a little more specific in your posts.

But to affect the TITLE for example use the following:

_Action type:_ **Replace with regular expression**  
_Field:_ **TITLE**  
_Regular expression:_ **(.+-)(.+)**  
_Replace matches with:_ **$2**

[] case-sensitive comparison

---

<div class="post-metadata">

### Author: ![SSHP8](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/s/82dd89/32.png) [@SSHP8](https://community.mp3tag.de/u/SSHP8)
#### Post date: [October 28, 2011, 11:28pm UTC](https://community.mp3tag.de/t/remove-values-in-title/12639/3 "2011-10-28T23:28:20Z")

</div>

> [@stevehero](#):
>
> try and be a little more specific in your posts.
> 
> But to affect the TITLE for example use the following:
> 
> _Action type:_ **Replace with regular expression**  
> _Field:_ **TITLE**  
> _Regular expression:_ **(.+-)(.+)**  
> _Replace matches with:_ **$2**
> 
> [] case-sensitive comparison

I did a ^.{19} replace and it won't without problem. Thanks though!

---

<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-values-in-title/12639/4 "2026-02-09T12:23:24Z")

</div>


