RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Expressions by User

   Displaying page 1 of 1 pages; Items 1 to 1
Title Test Details 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
   Displaying page 1 of 1 pages; Items 1 to 1

Copyright © 2001-2025, RegexAdvice.com | ASP.NET Tutorials