| Title |
Test
Find
IP Address Validator
|
| Expression |
\b(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\b |
| Description |
This regex expression validates IP addresses when processed as a string. |
| Matches |
127.0.0.1 | 64.125.39.85 | 192.168.8.50 |
| Non-Matches |
255.143.20.3 | 300.23.105.3 | 29.100.340.23 |
| Author |
Rating:
Not yet rated.
Frank Tanner
|
| Source |
Found on the Internet |
| Your Rating |
|