/ 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.
edwinjanmoss on 10/19/07
7 people have marked this snippet as a favorite
shovanjoshi
vali29
copyleft
pagetoscreen
naz
Netzach
liqweed
(no check for alid values (0-255)) 999.999.999.999
/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/
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/