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 confess function in perl?
How to code in perl to implement the tail function in unix?
How to remove a directory in perl?
There are some duplicate entries in an array and you want to remove them. How would you do that?
What are hashes?
What are prefix dereferencer?
What do you mean by context of a subroutine?
Explain ivalue?
How do I pass a command line argument in perl?
How to renaming a file in perl programming?
Explain chop?
Explain chomp?
How we can navigate the xml documents?
What is a perl references?
Explain the internal working of cgi