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

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