RE: [flexcoders] IP Address Validation

2006-12-03 Thread Gaurav Jain
: 24 ?? 2006 ?. 16:02 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] IP Address Validation On Friday 24 November 2006 07:15, KP wrote: I am looking forward to user input. Check there are 3 dots Split the string on the dots, check there are 4 items. Check each item is 0=n=255. You

RE: [flexcoders] IP Address Validation

2006-11-25 Thread Mozilla By
?? 2006 ?. 16:02 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] IP Address Validation On Friday 24 November 2006 07:15, KP wrote: I am looking forward to user input. Check there are 3 dots Split the string on the dots, check there are 4 items. Check each item is 0=n=255. You could combine

Re: [flexcoders] IP Address Validation

2006-11-24 Thread Tom Chiverton
On Friday 24 November 2006 07:15, KP wrote: I am looking forward to user input. Check there are 3 dots Split the string on the dots, check there are 4 items. Check each item is 0=n=255. You could combine anywhere betwen none and all of the above into one test using regular expressions. --

[flexcoders] IP Address Validation

2006-11-23 Thread KP
Can we do the same as mentioned in the subject line. Thanks Kumar

Re: [flexcoders] IP Address Validation

2006-11-23 Thread Ralph Hauwert
Are you looking for a gesture/input check (input form validation) or a system ip adress check ? On 11/23/06, KP [EMAIL PROTECTED] wrote: Can we do the same as mentioned in the subject line. Thanks Kumar -- Ralph Hauwert FlashCoder

RE: [flexcoders] IP Address Validation

2006-11-23 Thread KP
I am looking forward to user input. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ralph Hauwert Sent: Friday, November 24, 2006 1:00 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] IP Address Validation Are you looking for a gesture/input