Re: How to validate an ip address

2006-09-08 Thread Monkeyden
As a minimum requirement for this board, and all others, the original poster should state his/her terms. Personally, I'm here to answer (and occasionally ask) questions, not to extract questions. On 9/8/06, David Friedman <[EMAIL PROTECTED]> wrote: > BTW, does anyone know a regular expression

RE: How to validate an ip address

2006-09-08 Thread David Friedman
> BTW, does anyone know a regular expression to validate an IP address? You could use a search engine... And look what comes up - A page with a few different IP matching regex(es) on the first page: http://www.regular-expressions.info/examples.html As for the other poster, you can use the regex

Re: How to validate an ip address

2006-09-08 Thread Monkeyden
But to validate it for what? Syntax? Validity? Connectivity? Network legality? On 9/8/06, Guido García Bernardo <[EMAIL PROTECTED]> wrote: BTW, does anyone know a regular expression to validate an IP address? I think this is what Pankaj is looking for, isn't it ? Thank you. Pankaj Gupta

Re: How to validate an ip address

2006-09-08 Thread Guido García Bernardo
BTW, does anyone know a regular expression to validate an IP address? I think this is what Pankaj is looking for, isn't it ? Thank you. Pankaj Gupta escribió: hi, please tell me how can i validate an ip address. Validation needs to eb both client side as well server side. regards --

Re: How to validate an ip address

2006-09-08 Thread Monkeyden
Even if this was on topic, no one would know what you're talking about. In any case, read the spec. http://www.w3.org/Protocols/rfc2616/rfc2616.html On 9/8/06, Pankaj Gupta <[EMAIL PROTECTED]> wrote: hi, please tell me how can i validate an ip address. Validation needs to eb both client side

How to validate an ip address

2006-09-08 Thread Pankaj Gupta
hi, please tell me how can i validate an ip address. Validation needs to eb both client side as well server side. regards