Examveda How many functions does PHP offer for searching strings using POSIX style regular expression? A. 7 B. 8 C. 9 D. 10 Answer: Option A Solution(By Examveda Team) ereg(), ereg_replace(), eregi(), eregi_replace(), split(), spliti(), and sql_regcase() are the functions offered. This Question Belongs to PHP >> Regular Expressions
Solution(By Examveda Team) ereg(), ereg_replace(), eregi(), eregi_replace(), split(), spliti(), and sql_regcase() are the functions offered.
PHP has long supported two regular expression implementations known as _______ and _______. 1. Perl 2. PEAR 3. Pearl 4. POSIX A. 1 and 2 B. 2 and 4 C. 1 and 4 D. 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. 7 B. 8 C. 9 D. 10 View Answer
Join The Discussion