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 to replace perl array elements?
What's the difference between /^Foo/s and /^Foo/?
What does `new $cur->{LINK}' do? (Assume the current package has no new() function of its own.)
Explain a tell function in perl?
What value is returned by a lone `return;’ statement?
Explain different types of perl operators.
If you want to empty an array then how would you do that?
What is grep used for in perl?
Explain grooving and shortening of arrays and splicing of arrays?
Explain regular expression in perl?
Explain goto label, goto name, and goto expr?
What is the use of –w?
Explain split function in perl?
Suppose an array contains @arraycontent=(‘ab’, ‘cd’, ‘ef’, ‘gh’). How to print all the contents of the given array?
How we can navigate the xml documents?