Examveda Which one of the following regular expression matches any string containing zero or one p? A. p+B. p*C. P?D. p#Answer: Option C This Question Belongs to PHP >> Regular Expressions
PHP has long supported two regular expression implementations known as _______ and _______. 1. Perl 2. PEAR 3. Pearl 4. POSIX A. 1 and 2B. 2 and 4C. 1 and 4D. 2 and 3 View Answer
Which one of the following regular expression matches any string containing zero or one p? A. p+B. p*C. P?D. p# View Answer
How many functions does PHP offer for searching strings using POSIX style regular expression? A. 7B. 8C. 9D. 10 View Answer
Join The Discussion