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 / mukesh

/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/


ip=$1;

Is This Answer Correct ?    27 Yes 20 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I pass a command line argument in perl?

1017


Explain what is perl language?

976


How will you open a file in a write-only mode in perl?

986


Write syntax to use grep function?

1018


What is qq (double q)operator in perl?

1059


What does the’$_’ symbol mean?

1052


Assuming both a local($var) and a my($var) exist, what's the difference between ${var} and ${"var"}?

1036


Explain what is lvalue?

1072


What is perl push array function?

997


Mention the difference between die and exit in Perl?

1170


What is the purpose of redo statement?

1060


What are the advantages of programming in perl?

1090


What is the use of -w, -t and strict in Perl?

1050


What is the purpose of “_file_ literal” and “_line_ literal” in perl?

960


How to access parameters passed to a subroutine in perl?

1008