Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

  1. How many functions does PHP offer for searching and modifying strings using Perl-compatible regular expressions.

  2. A.

     7

    B.

     8

    C.

     9

    D.

     10

    View Answer

    Workspace

    Answer : Option B

    Explanation :

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


Be The First To Comment