View Single Post

  #1 (permalink)  
Old 12-03-2006, 03:22 AM
chowsys chowsys is offline
Junior Member
 
Join Date: Jul 2006
Posts: 20
chowsys is on a distinguished road
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?
Reply With Quote