Programming Languages C# Subjective
Mar 13, 2013

“Perl regular expressions match the longest string possible”. What is the name of this match?

Detailed Explanation

It is called as “greedy match” because Perl regular expressions normally match the longest string possible.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback