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
What are the different string manipulation operators in perl?
How will you get the count of parameters passed to a perl subroutine?
How can you use Perl warnings and what is the importance to use them?
How to check the status of airplane mode (enable/disable) in perl for Android mobile?
Explain the meaning of closure in perl.
Define dynamic scoping.
What is automatic error handling in perl?
How do I send e-mail from a Perl/CGI program on a Unix system?
What rules must be followed by modules in perl.
what is perl language?
How can you create anonymous subroutines?
What is boolean context?
What does length(%HASH) produce if you have thirty-seven random keys in a newly created hash?
What is the different between array and hash in perl programming?
What is chomp() operator/function?