Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Write a simple regular expression to match an IP address,
e-mail address, city-state-zipcode combination.

Answer Posted / leo

/(\d+)(\.\d+){3}/)

Is This Answer Correct ?    4 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are perl strings?

940


Write a program to download the contents from www.perlinterview.com/answers.php website in Perl.

933


How to read multi lines from a file in perl?

971


What are the options that can be used to avoid logic errors in perl?

999


What are scalar data and scalar variables?

1182


What is a perl references?

966


What do you mean by context of a subroutine?

1023


What is Perl?

1053


Why Perl aliases are considered to be faster than references?

997


How do I debug a perl program?

1027


Where the command line arguments are stored and if you want to read command-line arguments with Perl, how would you do that?

1148


What is qq (double q)operator in perl?

1059


What is perl programming?

1070


What are prefix dereferencer?

989


Does Perl have objects? If yes, then does it force you to use objects? If no, then why?

1022