[Users] Filtering and regular expressions

Paul claws at thewildbeast.co.uk
Mon Jan 11 19:19:39 CET 2021


On Mon, 11 Jan 2021 18:13:58 -0000
Paul <claws at thewildbeast.co.uk> wrote: 

> Try:
> 
> [a-z]+optimiz[a-z]+.com

Although I suppose this is closer to what you want:

[a-zA-Z0-9.]+@[a-z]+optimiz[a-z]+.com

You get the idea!

with regards

Paul


More information about the Users mailing list