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 What will be the output of the following PHP code?echo str_pad("Salad", 5)." is good."; is good Salad SaladSaladSaladSaladSalad is good Salad is good is good SaladSaladSaladSaladSalad is good Salad SaladSaladSaladSaladSalad is good Salad is good is good SaladSaladSaladSaladSalad 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() 1 and 2 3 and 4 All of the mentioned None of the mentioned 1 and 2 3 and 4 All of the mentioned None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Parameter flags was added in which version of PHP? PHP 4.0 PHP 4.1 PHP 4.2 PHP 4.3 PHP 4.0 PHP 4.1 PHP 4.2 PHP 4.3 ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which one of the following is not a preg PHP function? preg_matchall preg_match preg_split preg_match_all preg_matchall preg_match preg_split preg_match_all 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, 3 and 4 Only 1 2 and 4 1 and 3 2, 3 and 4 Only 1 2 and 4 ANSWER DOWNLOAD EXAMIANS APP