VBScript Regular Expressions to check IP address validity with some adtional characters
Posted
by yael
on Super User
See other posts from Super User
or by yael
Published on 2010-06-08T20:06:05Z
Indexed on
2010/06/08
20:13 UTC
Read the original article
Hit count: 471
vbscript
How to create VB script Irregular expression syntax to check the VPparam (IP address validity) When the last octatat of the IP address is a range between ip's (x-y) and between each IP we can put the "," separator in order to add another IP
example of VBparam
VBparam=172.17.202.1-20
VBparam=172.17.202.1-10,192.9.200.1-100
VBparam=172.17.202.1-10,192.9.200.1-100,180.1.1.1-20
THX yael
© Super User or respective owner