I'm shamelessly just asking this without even trying, because I'm just pathetic at doing regex. Plus I know some of the magicians here enjoy the challenge. Plus I could not find what I need after a web search. What I'm after is a regexp pattern to validate a LAN IP address, which I believe can be... 10.0.0.0 - 10.255.255.255 172.16.0.0 - 172.31.255.255 192.168.0.0 - 192.168.255.255My thoughts are that there would probably have to be three at least, or possibly mor