How many functions does PHP offer for searching and modifying strings using Perl-compatible regular expressions.
How many functions does PHP offer for searching and modifying strings using Perl-compatible regular expressions. Correct Answer 8
The functions are preg_filter(), preg_grep(), preg_match(), preg_match_all(), preg_quote(), preg_replace(), preg_replace_callback(), and preg_split().
মোঃ আরিফুল ইসলাম
Feb 20, 2025