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
Which operator in perl is used for the concatenation of two strings?
How to convert strings into an array in perl?
How to know whether a key exists or not in perl?
Explain the meaning of perl one-liner?
What is warn function in perl?
Define say() function in perl?
Explain gmtime() function in perl?
What is “grep” function in perl?
How to connect with sqlserver from perl and how to display database table info?
How to close a directory in perl?
Explain subroutine in perl?
What are scalars?
Explain which feature of PERL provides code reusability?
What is grep used for in perl?
How many ways can we express string in Perl?