| Title |
Test
Find
Find IP Address Block Range
|
| Expression |
^((192\.168\.0\.)(1[7-9]|2[0-9]|3[0-2]))$ |
| Description |
This expression matches IP Addresses between 192.168.0.17 - 192.168.0.32 which is a block range of 16 addresses. I created this expression for Google Analytics to filter out hits from our companies office. |
| Matches |
192.168.0.17 | 192.168.0.24 | 192.168.0.32 |
| Non-Matches |
192.168.0.16 | 192.168.0.33 |
| Author |
Rating:
Not yet rated.
Jonathan Maher
|
| Source |
|
| Your Rating |
|