Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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

a) 7
b) 8
c) 9
d) 10

Answer: a
Explanation: ereg(), ereg_replace(), eregi(), eregi_replace(), split(), spliti(), and sql_regcase() are the functions offered.

Join The Discussion