Vidyalelo
PHP · Q29

Regular Expressions

Programming · PHP · question 29

Q29

Which one of the following is not a preg PHP function?

A.
preg_match
B.
preg_match_all
C.
preg_matchall
Answer
D.
preg_split

Answer: Option C

Solution

Answer: Option C
Solution:
The function preg_matchall does not exist. preg_match_all is a preg function.