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: 441

Filed under:

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

VBScript Regular Expressions to check IP address validity with some adtional characters

Posted by yael on Stack Overflow See other posts from Stack Overflow or by yael
Published on 2010-06-08T19:48:12Z Indexed on 2010/06/08 19:52 UTC
Read the original article Hit count: 441

Filed under:
|

How to create VB 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

© Stack Overflow or respective owner

Related posts about vbscript