PHP Regular Expressions PHP has long supported two regular expression implementations known as _______ and _______.1. Perl2. PEAR3. Pearl4. POSIX 1 and 2 2 and 4 1 and 4 2 and 3 1 and 2 2 and 4 1 and 4 2 and 3 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 Say we have two compare two strings which of the following function/functions can you use?1. strcmp()2. strcasecmp()3. strspn()4. strcspn() 3 and 4 None of the mentioned All of the mentioned 1 and 2 3 and 4 None of the mentioned All of the mentioned 1 and 2 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_unchain() preg_divide() preg_split() preg_destroy() preg_unchain() preg_divide() preg_split() ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions POSIX implementation was deprecated in which version of PHP? PHP 5.2 PHP 4 PHP 5 PHP 5.3 PHP 5.2 PHP 4 PHP 5 PHP 5.3 ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Parameter flags was added in which version of PHP? PHP 4.3 PHP 4.0 PHP 4.1 PHP 4.2 PHP 4.3 PHP 4.0 PHP 4.1 PHP 4.2 ANSWER DOWNLOAD EXAMIANS APP