Regex help

Can someone help me with creating a simple Regex expression? Lately I’m getting lots of spam from email addresses that begin with “rom” and end with “.work” - if someone can help me to create an appropriate Regex expression for my Blacklist, it would enhance my life greatly!

Thanks.

Try:

^rom.*\.work$