Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

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

  2. A.

     preg_replace()

    B.

     preg_find()

    C.

     preg_find_replace()

    D.

     preg_findre()

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Explanation Not Provided


Be The First To Comment