Does anyone have a regular expression handy that will match any legal DNS hostname or IP address?
It\'s easy to write one that works 95% of the time, but I\'m hoping
I thought about this simple regex matching pattern for IP address matching \d+[.]\d+[.]\d+[.]\d+