PHP Regular Expressions Which one of the following functions is used to search a string? preg_find preg_search preg_found preg_match preg_find preg_search preg_found preg_match ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions POSIX implementation was deprecated in which version of PHP? PHP 5 PHP 4 PHP 5.2 PHP 5.3 PHP 5 PHP 4 PHP 5.2 PHP 5.3 ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which one of the following functions will convert a string to all uppercase? str_uppercase() uppercase() struppercase() strtoupper() str_uppercase() uppercase() struppercase() strtoupper() 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_divide() preg_destroy() preg_split() preg_unchain() preg_divide() preg_destroy() preg_split() preg_unchain() ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which one of the following is not a preg PHP function? preg_match_all preg_matchall preg_split preg_match preg_match_all preg_matchall preg_split preg_match ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions PHP has long supported two regular expression implementations known as _______ and _______.1. Perl2. PEAR3. Pearl4. POSIX 2 and 3 2 and 4 1 and 2 1 and 4 2 and 3 2 and 4 1 and 2 1 and 4 ANSWER DOWNLOAD EXAMIANS APP