# Regular expression problem

**URL:** https://community.mp3tag.de/t/regular-expression-problem/13066
**Category:** Support
**Created:** [February 7, 2012, 12:15pm UTC](https://community.mp3tag.de/t/regular-expression-problem/13066 "2012-02-07T12:15:37Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![MillmoorRon](https://community.mp3tag.de/user_avatar/community.mp3tag.de/millmoorron/32/6888_2.png) [@MillmoorRon](https://community.mp3tag.de/u/MillmoorRon)
#### Post date: [February 7, 2012, 12:15pm UTC](https://community.mp3tag.de/t/regular-expression-problem/13066/1 "2012-02-07T12:15:37Z")

</div>

I've looked at all the examples in the sticky thread and I still can't get my head around regular expressions!

Luckily most of my requirements have been met by what I've found on this forum.

One thing I cannot do is to make the first letter of the word immediately following an ellipsis character (3 dots) upper case.

For example '...first Word' should become '...First Word'.

Does anyone have an expression to do this, or a similar example which I can modify?

---

<div class="post-metadata">

### Author: ![pone](https://community.mp3tag.de/user_avatar/community.mp3tag.de/pone/32/272_2.png) [@pone](https://community.mp3tag.de/u/pone)
#### Post date: [February 7, 2012, 12:37pm UTC](https://community.mp3tag.de/t/regular-expression-problem/13066/2 "2012-02-07T12:37:40Z")

</div>

This is best done with case conversion:

Action: Case Conversion  
Field: _ALL  
Conversion: Mixed Case  
Words begin from/after any of: {[(-_/".

(the last line does the trick)

---

<div class="post-metadata">

### Author: ![MillmoorRon](https://community.mp3tag.de/user_avatar/community.mp3tag.de/millmoorron/32/6888_2.png) [@MillmoorRon](https://community.mp3tag.de/u/MillmoorRon)
#### Post date: [February 7, 2012, 7:19pm UTC](https://community.mp3tag.de/t/regular-expression-problem/13066/3 "2012-02-07T19:19:04Z")

</div>

That does it!

My case conversion action was missing the '.'

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/regular-expression-problem/13066/4 "2026-02-09T12:23:39Z")

</div>


