/ Published in: Regular Expression
(no check for alid values (0-255)) 999.999.999.999
Expand |
Embed | Plain Text
/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/
Comments
Subscribe to comments
You need to login to post a comment.

You're not really validating an IP address without constraining the range of each octet. http://snipplr.com/view/7522/ip-address/