Q4
How many functions does PHP offer for searching strings using POSIX style regular expression?
A.
7
AnswerB.
8
C.
9
D.
10
Answer: Option A
Solution
Answer: Option A
Solution:
ereg(), ereg_replace(), eregi(), eregi_replace(), split(), spliti(), and sql_regcase() are the functions offered.