PHP Regular Expressions Which one of the following functions can be used to concatenate array elements to form a single delimited string? explode() implode() concat() concatenate() explode() implode() concat() concatenate() ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which one of the following functions will convert a string to all uppercase? struppercase() strtoupper() str_uppercase() uppercase() struppercase() strtoupper() str_uppercase() uppercase() ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions How many functions does PHP offer for searching strings using POSIX style regular expression? 9 7 10 8 9 7 10 8 ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which one of the following preg PHP function is used to do a find and replace on a string or an array? preg_find() preg_find_replace() preg_replace() preg_findre() preg_find() preg_find_replace() preg_replace() preg_findre() 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 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 1 and 2 All of the mentioned 3 and 4 None of the mentioned 1 and 2 All of the mentioned ANSWER DOWNLOAD EXAMIANS APP