Which One Of The Following Preg Php Function Is Used To Do A #265
Which one of the following preg PHP function is used to do a find and replace on a string or an array?
This multiple choice question (MCQ) is related to the book/course gs gs107 PHP: Hypertext Preprocessor. It can also be found in gs gs107 Objects and Databases - PHP Preg Basics - Quiz No.1.
Which one of the following preg PHP function is used to do a find and replace on a string or an array?
preg_replace()
preg_find()
preg_find_replace()
preg_findre()