PHP Regular Expressions Which among the following is/are not a metacharacter?1. /a2. /A3. /b4. /B Only 1 2, 3 and 4 2 and 4 1 and 3 Only 1 2, 3 and 4 2 and 4 1 and 3 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
PHP Regular Expressions How many functions does PHP offer for searching strings using POSIX style regular expression? 10 9 7 8 10 9 7 8 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() None of the mentioned 3 and 4 All of the mentioned 1 and 2 None of the mentioned 3 and 4 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_split() preg_divide() preg_destroy() preg_unchain() preg_split() preg_divide() ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions How many functions does PHP offer for searching and modifying strings using Perl-compatible regular expressions. 7 9 10 8 7 9 10 8 ANSWER DOWNLOAD EXAMIANS APP