# Finding Certain Letters

**URL:** https://community.mp3tag.de/t/finding-certain-letters/13652
**Category:** Support
**Created:** [July 17, 2012, 4:43pm UTC](https://community.mp3tag.de/t/finding-certain-letters/13652 "2012-07-17T16:43:07Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Phixion](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/p/dc4da7/32.png) [@Phixion](https://community.mp3tag.de/u/Phixion)
#### Post date: [July 17, 2012, 4:43pm UTC](https://community.mp3tag.de/t/finding-certain-letters/13652/1 "2012-07-17T16:43:07Z")

</div>

Hey guys,

Sorry for the vague topic, I initially had a few queries but managed to find a solution.

I'm looking for a way to filter single characters that have a "." (period) immediately after them.

Does anyone know of the syntax?

Many thanks.

---

<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: [July 17, 2012, 4:47pm UTC](https://community.mp3tag.de/t/finding-certain-letters/13652/2 "2012-07-17T16:47:28Z")

</div>

> [@Phixion](#):
>
> ... all filenames with "&" at the beginning (after the tracknumber)......  
> Also, is there a way to filter all single character letters with a "." (period) after them?
> 
> As usual... many thanks!

try  
%\_filename% MATCHES ^\d+&

and  
%field% MATCHES ..  
with %field% is the proper name for the field, e.g. %title%

---

<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 17, 2012, 5:32pm UTC](https://community.mp3tag.de/t/finding-certain-letters/13652/3 "2012-07-17T17:32:13Z")

</div>

> [@Phixion](#):
>
> ... I'm looking for a way to filter single characters that have a "." (period) immediately after them. ...

Maybe something like this ...

Filter expression: **"%\_FILENAME%" MATCHES "\<\S."**  
... or ...  
Filter expression: **TITLE MATCHES "\<\S."**

DD.20120717.2130.CEST

---

<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/finding-certain-letters/13652/4 "2026-02-09T12:23:57Z")

</div>


