Vidyalelo
PHP · Q25

Regular Expressions

Programming · PHP · question 25

Q25

Which one of the following preg PHP function is used to do a find and replace on a string or an array?

A.
preg_replace()
Answer
B.
preg_find()
C.
preg_find_replace()
D.
preg_findre()

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board