Title |
Test
Find
multiple IPs with separator
|
Expression |
^((((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]?)))\s*([,;]|$)+\s*)*$ |
Description |
Accept multiple IPs separated by comma or semicolumn |
Matches |
192.168.0.1,192.168.0.2; 192.168.0.3 |
Non-Matches |
256.0.0.1 | 192.168.0.1-192.168.0.2 | 10.0.0.0/172.16.0.1 |
Author |
Rating:
Not yet rated.
Andrea Baldin
|
Source |
my variant |
Your Rating |
|