Write a simple regular expression to match an IP address,
e-mail address, city-state-zipcode combination.
Answer Posted / sanjiv
/(\d{3}\.){3}\d+/
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
When would `local $_' in a function ruin your day?
What is the difference between perl array and perl hash?
Explain split function in perl?
In Perl we can show the warnings using some options in order to reduce or avoid the errors. What are that options?
What are the options that can be used to avoid logic errors in perl?
What is perl I used for?
How do you match one letter in the current locale?
what are steps to do to lock the sony ericsson mobile with password?
you are required to replace a char in a string and store the number of replacements. How would you do that?
What is perl pop array function?
What is the purpose of “_file_ literal” and “_line_ literal” in perl?
What are the different ways to run cgi?
Explain chomp?
What is perl? What is the basic command to print a string in perl?
Explain splicing of arrays?