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
What is the difference between perl array and perl hash?
What are the logical operators used for small scale operations? Explain them briefly.
How and what are closures implemented in perl?
List the operator used in Perl?
Why to use perl?
Enlist the advantages of using c over perl?
Explain the difference between "my" and "local" variable scope declarations. ?
What are prefix dereferencer?
Explain regular expression in perl?
How to implement a stack in Perl?
What is the difference between perl list and perl array?
What are the different instances used in cgi overhead?
What is an interpolation in perl?
You want to connect to sql server through perl. How would you do that?
How to compare two strings in perl?