Q:

In Perl-compatible patterns any pattern that is followed by ? this means that

0

In Perl-compatible patterns any pattern that is followed by ? this means that


  1. Match this pattern 1 or more times
  2. Match this pattern exactly 1 time
  3. Match this pattern 0 times
  4. None of them

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (b).Match this pattern exactly 1 time

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

PHP STRINGS AND REGULAR EXPRESSIONS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What is meaning of "." in POSIX style re... >>
<< By using special wildcards for matching a string w...