|
|||
|
Validate IP address in Python
I need to validate the IP.Like no space allowed in the entry, the numerals should not exceed 255, not more than 3 dots allowed overall, no consecutive dots allowed. How do i go about the same? Is there any built in function for the same?
|
| Sponsored Links |
|
|||
|
There are many ways of achieving the validation of IP in python. Some of them are like:
Use regular expressions and validate Or achieve the same by setting the VERBOSE flag Try and let us know whether you have got the result or need more help. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Free Books on Python | pmsprasa | Python | 0 | 11-11-2006 01:44 PM |
| Can some one show me some Python coding | MadKad | Python | 8 | 04-30-2006 11:56 AM |
| Python Collection | cybot | Python | 0 | 04-28-2006 09:57 AM |
| constant URL in the address bar | itzsug | ASP | 5 | 04-28-2006 06:40 AM |
| Python script problem | Zarooka | Python | 1 | 04-20-2006 07:46 PM |