Subject: Re: [boost] [regex] [1.35]Problem with IPV6 validation windows XP
From: John Maddock (john_at_[hidden])
Date: 2008-10-16 05:00:00


Gopal_Haldar_at_[hidden] wrote:
>>> Hi
>>> I am using the regex library for checking the IPV6
>>> validation.
>>> Same expression I am using for javascript regular expression
>>> verification.
>>> But for IP format ::ffff:12.12.12.12 javascript regex api
>>> returing valid IP and boost regex_match method returning invalid
>>> IP(Windows XP).
>>> Please help me to identify the problem.

You're going to have to provide much more information:

The exact regular expression used,
The string you're matching against,
and if possible the code you're using.

Thanks, John.