Regular Expression

I have a regular expression whitelist I’m trying to build. In doing so I’m looking at how to do it BEFORE the .com

so example: http://mydad101.com, http://mydad102.com, http://mydad103.com

So I’d like the whitelist to include the 101, 102, 103 server names in the one regular expression. Is that possible?