# How to remove apostrophes from titles

**URL:** https://community.mp3tag.de/t/how-to-remove-apostrophes-from-titles/17013
**Category:** Support
**Created:** [July 3, 2015, 10:46am UTC](https://community.mp3tag.de/t/how-to-remove-apostrophes-from-titles/17013 "2015-07-03T10:46:16Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![DetlevD](https://community.mp3tag.de/user_avatar/community.mp3tag.de/detlevd/32/123_2.png) [@DetlevD](https://community.mp3tag.de/u/DetlevD)
#### Post date: [July 3, 2015, 4:23pm UTC](https://community.mp3tag.de/t/how-to-remove-apostrophes-from-titles/17013/3 "2015-07-03T16:23:24Z")

</div>

> [@Jekyll](#):
>
> ... Is there any chance that mp3tag could remove apostrophes from title names?

Replace apostrophe with underline character ...

**$replace(%TITLE%,'','\_') $replace(%TITLE%,$char(39),'\_') $replace(%TITLE%,$char(39),$char(95))**

Remove apostrophe character ...

**$replace(%TITLE%,'',) $replace(%TITLE%,$char(39),) $replace(%TITLE%,$char(39),$char(0))**

DD.20150703.2029.CEST

---

_[View the full topic](https://community.mp3tag.de/t/how-to-remove-apostrophes-from-titles/17013)._
