/ Published in: Regular Expression
Matches 192.168.0.1 or 127.0.0.1, but not 72.125.77.99.
Expand |
Embed | Plain Text
(^10\.)|(^172\.1[6-9]\.)|(^172\.2[0-9]\.)|(^172\.3[0-1]\.)|(^192\.168\.)|(^127\.0\.0\.1)
You need to login to post a comment.
