PHP Regular Expressions Which one of the following is not a preg PHP function? preg_split preg_matchall preg_match_all preg_match preg_split preg_matchall preg_match_all preg_match ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions How many functions does PHP offer for searching and modifying strings using Perl-compatible regular expressions. 8 10 9 7 8 10 9 7 ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which one of the following preg PHP functions is used to take a string, and put it in an array? preg_destroy() preg_divide() preg_split() preg_unchain() preg_destroy() preg_divide() preg_split() preg_unchain() ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which one of the following functions can be used to concatenate array elements to form a single delimited string? concatenate() explode() implode() concat() concatenate() explode() implode() concat() ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which one of the following functions will convert a string to all uppercase? uppercase() struppercase() strtoupper() str_uppercase() uppercase() struppercase() strtoupper() str_uppercase() ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which among the following is/are not a metacharacter?1. /a2. /A3. /b4. /B 2 and 4 1 and 3 2, 3 and 4 Only 1 2 and 4 1 and 3 2, 3 and 4 Only 1 ANSWER DOWNLOAD EXAMIANS APP