Vidyalelo
PHP · Q4

Regular Expressions

Programming · PHP · question 4

Q4

How many functions does PHP offer for searching strings using POSIX style regular expression?

A.
7
Answer
B.
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.