Tagged Fiddles
- 1RevisionsForks
IP Address validation
/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/gThis validates the IP address. Please note that there are a few reserved IP addresses and this is not included in this validation: 10.x.x.x 192.168.x.x 172.16-31.x.x9 62.115.13.129 22.891 ms 17.337 ms 16.751 ms 10 80.91.245.206 18.572 ms 213.155.137.122 15.807 ms 213.155.136.32 19.676 ms - 1Revisions1Forks
IP Address validation
/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\z/This validates the IP address. Please note that there are a few reserved IP addresses and this is not included in this validation: 10.x.x.x 192.168.x.x 172.16-31.x.x9 62.115.13.129 22.891 ms 17.337 ms 16.751 ms 10 80.91.245.206 18.572 ms 213.155.137.122 15.807 ms 213.155.136.32 19.676 ms