

MCQOPTIONS
Saved Bookmarks
1. |
In Perl-compatible patterns any pattern that is followed by ? this means that |
A. | Match this pattern 1 or more times |
B. | Match this pattern exactly 1 time |
C. | Match this pattern 0 times |
D. | None of them |
Answer» C. Match this pattern 0 times | |