PHP Regular Expressions Which one of the following regular expression matches any string containing zero or one p? P? p+ p# p* P? p+ p# p* 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 2 1 and 4 2 and 3 2 and 4 1 and 2 1 and 4 2 and 3 2 and 4 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_split() preg_unchain() preg_divide() preg_destroy() preg_split() preg_unchain() preg_divide() ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which one of the following functions will convert a string to all uppercase? str_uppercase() strtoupper() struppercase() uppercase() str_uppercase() strtoupper() struppercase() uppercase() ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions POSIX implementation was deprecated in which version of PHP? PHP 5.3 PHP 5.2 PHP 4 PHP 5 PHP 5.3 PHP 5.2 PHP 4 PHP 5 ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which among the following is/are not a metacharacter?1. /a2. /A3. /b4. /B 1 and 3 2 and 4 2, 3 and 4 Only 1 1 and 3 2 and 4 2, 3 and 4 Only 1 ANSWER DOWNLOAD EXAMIANS APP