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 and modifying strings using Perl-compatible regular expressions

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

Answer: b
Explanation: The functions are preg_filter(), preg_grep(), preg_match(), preg_match_all(), preg_quote(), preg_replace(), preg_replace_callback(), and preg_split().

Join The Discussion