# Revisit moving text from title to text artist

**URL:** https://community.mp3tag.de/t/revisit-moving-text-from-title-to-text-artist/67477
**Category:** Support
**Created:** [February 11, 2025, 9:31am UTC](https://community.mp3tag.de/t/revisit-moving-text-from-title-to-text-artist/67477 "2025-02-11T09:31:55Z")
**Posts on this page:** 1
**Showing post:** 30

<div class="post-metadata">

### Author: ![Casual\_Tea](https://community.mp3tag.de/user_avatar/community.mp3tag.de/casual_tea/32/18886_2.png) [@Casual\_Tea](https://community.mp3tag.de/u/Casual_Tea)
#### Post date: [February 11, 2025, 4:48pm UTC](https://community.mp3tag.de/t/revisit-moving-text-from-title-to-text-artist/67477/30 "2025-02-11T16:48:02Z")

</div>

> [@ohrenkino](#):
>
> 1 action and therefore you have to apply (and maintain) the regular expression only once.

That's the trade-off between precision/safety and ease of use. Sadly for my "safeguarded" actions that don't change the content when there's no match, you even have to maintain the same regex twice per action.  
I've asked in the [past](https://community.mp3tag.de/t/simple-way-to-abort-action-if-regex-does-not-match/66243) if there's a less wordy/complex way to abort an action if the regex does not match, but nothing came of it. So wordy it is I guess.

Both approaches are valid tho. If you're comfortable with using filters, filtering and then using less complex/wordy guess value actions should be faster and easier.  
I'm usually too lazy to filter so I overengineer my actions to a point where I can run them on _pretty much_ all tracks (at least of one album at a time) without having to worry about them doing harm. However I still check all results manually.

---

_[View the full topic](https://community.mp3tag.de/t/revisit-moving-text-from-title-to-text-artist/67477)._
