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

What is v-strings?

992


You want to connect to sql server through perl. How would you do that?

886


Explain arrays in perl.

882


Explain string comparison operators in perl.

963


What are arrays in perl?

920


What does `new $cur->{LINK}' do? (Assume the current package has no new() function of its own.)

891


You want to open and read data files with perl. How would you do that?

839


How does polymorphism work in perl?

861


There is no strict data types in perl unlike in other high level languages like Java so wouldn't that be a problem if a code in perl is to be a written by a big team of 20+ members ?"

2357


How do I read command-line arguments with Perl?

965


Which functions in perl allows you to include a module file. State their differences.

898


How can arrays be tied?

858


Which feature of perl provides code reusability?

943


What is perl push array function?

890


How to create a directory in perl?

995