Write a simple regular expression to match an IP address,
e-mail address, city-state-zipcode combination.
Answer Posted / leo
/(\d+)(\.\d+){3}/)
| Is This Answer Correct ? | 4 Yes | 16 No |
Post New Answer View All Answers
What are perl strings?
Write a program to download the contents from www.perlinterview.com/answers.php website in Perl.
How to read multi lines from a file in perl?
What are the options that can be used to avoid logic errors in perl?
What are scalar data and scalar variables?
What is a perl references?
What do you mean by context of a subroutine?
What is Perl?
Why Perl aliases are considered to be faster than references?
How do I debug a perl program?
Where the command line arguments are stored and if you want to read command-line arguments with Perl, how would you do that?
What is qq (double q)operator in perl?
What is perl programming?
What are prefix dereferencer?
Does Perl have objects? If yes, then does it force you to use objects? If no, then why?