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
Differentiate use and require?
How to merge two arrays in perl?
How do find the length of an array?
What is the use of -w, -t and strict in Perl?
What does init 5 and init 0 do?
Explain string comparison operators in perl.
what is Polymorphism in Perl?
What are the arguements we normally use for perl interpreter?
Differentiate between arrays and list in perl.
How can information be put into hashes?
Is there any way to add two arrays together?
Explain the execution of a program in perl.
What is subroutine in perl?
Explain cpan?
What happens in dereferencing?