PHP Regular Expressions POSIX implementation was deprecated in which version of PHP? PHP 5.3 PHP 4 PHP 5 PHP 5.2 PHP 5.3 PHP 4 PHP 5 PHP 5.2 ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions PHP has long supported two regular expression implementations known as _______ and _______.1. Perl2. PEAR3. Pearl4. POSIX 1 and 4 1 and 2 2 and 3 2 and 4 1 and 4 1 and 2 2 and 3 2 and 4 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? concat() explode() concatenate() implode() concat() explode() concatenate() implode() ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which among the following is/are not a metacharacter?1. /a2. /A3. /b4. /B 2, 3 and 4 Only 1 1 and 3 2 and 4 2, 3 and 4 Only 1 1 and 3 2 and 4 ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which one of the following is not a preg PHP function? preg_match preg_split preg_match_all preg_matchall preg_match preg_split preg_match_all preg_matchall ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which one of the following functions will convert a string to all uppercase? uppercase() struppercase() str_uppercase() strtoupper() uppercase() struppercase() str_uppercase() strtoupper() ANSWER DOWNLOAD EXAMIANS APP