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 is the function of Return Value?
Show the use of sockets for the server and client side of a conversation?
Give an example of the -i and 0s option usage.
How can you use Perl warnings and what is the importance to use them?
How to close a file in perl?
What is perl? What is the basic command to print a string in perl?
What is the syntax used in Perl grep function?
Explain perl.
Differentiate between use and require, my and local, for and foreach and exec and system
How to read file into hash array ?
Explain the various characteristics of perl.
What is perl pop array function?
Explain what is lvalue?
What is perl push array function?
How to compare two strings in perl?