Home » PHP » PHP Strings » Question
  1. Which one of the following regular expression matches any string containing zero or one p?
    1. p*
    2. p+
    3. p#
    4. P?
    5. None of these
Correct Option: D

P?



Your comments will be displayed only after manual approval.