InterviewSolution
Saved Bookmarks
| 1. |
Perl Regular Expressions Are Greedy" What Does This Mean? |
|
Answer» Perl REGULAR EXPRESSIONS NORMALLY match the longest string possible. that is what is CALLED as "greedy match" Perl regular expressions normally match the longest string possible. that is what is called as "greedy match" |
|