Gmail filter with regular expressions

gmailgmail-filters

I use Gmail and I'm receiving lots of emails I want to filter. They all have in common that the subject is like these:

Some words - r1234 - Some more words
Some words - r987665 - Some more words
Some words - r01 - Some more words

So, all of them have something like - r... - in the subject…

Is there any way to filter all those messages?

Best Answer

Googles help article 7190 lists the search operators you can use in Gmail. This article lists the AROUND keyword mentioned by RADA.

Currently, using the * (SHIFT 8) also works. I use it as *=AnyTextHere.

e.g. "Ticket* for user" find Ticket 1 for user and Ticket 2 for user and Ticket 1000 for user.