Write a simple regular expression to match an IP address,
e-mail address, city-state-zipcode combination.
Answer Posted / ajay
All those above answer are wrong...because all of them take
0.0.0.0 as valid IP address which is not the case...with
computer science ...
Developed By Anshuman sengupta
Reviewed by Arnab Bose
Tested by Avishek chatterjee
-- WHAT DORKS ! and Its tested, No wonder we need
versions/upgrades !
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How do you you check the return code of a command in perl?
how to extract pin_code,phone_number,year from text file using regular expressions in perl
Explain the arguments for perl interpreter.
what is Chop & Chomp function does?
In Perl, what is grep function used for?
How to close a file in perl?
Explain ivalue in perl?
How to access parameters passed to a subroutine in perl?
What does 'do' statement do in perl?
How to merge two arrays in perl?
How does polymorphism work in perl? Give an example.
Write the program to process a list of numbers.
What is the use of "stderr()"?
Explain goto label, goto name, and goto expr?
What can be done for efficient parameter passing in perl? Explain.