-->

Friday, November 28, 2014

Using regular expressions, how could you filter out the IP address range of 222.11.222.1 through 222.11.222.10?

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!)
NEXT ARTICLE Next Post
PREVIOUS ARTICLE Previous Post
NEXT ARTICLE Next Post
PREVIOUS ARTICLE Previous Post
 

Delivered by FeedBurner