PHP Regular Expressions Parameter flags was added in which version of PHP? PHP 4.3 PHP 4.1 PHP 4.2 PHP 4.0 PHP 4.3 PHP 4.1 PHP 4.2 PHP 4.0 ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions How many functions does PHP offer for searching and modifying strings using Perl-compatible regular expressions. 10 9 8 7 10 9 8 7 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 Which one of the following functions is used to search a string? preg_match preg_search preg_find preg_found preg_match preg_search preg_find preg_found 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 is not a preg PHP function? preg_match preg_matchall preg_split preg_match_all preg_match preg_matchall preg_split preg_match_all ANSWER DOWNLOAD EXAMIANS APP