Using regular expressions, how could you filter out the IP address range of 222.11.222.1 through 222.11.222.10?
Answer - ^222\.11\.222\.([1-9]|10)$ (Use the IP address range tool for questions like this one!)
Answer - ^222\.11\.222\.([1-9]|10)$ (Use the IP address range tool for questions like this one!)