PHP Regular Expressions Which one of the following regular expression matches any string containing zero or one p? p+ P? p# p* p+ P? p# p* ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions What will be the output of the following PHP code?echo str_pad("Salad", 5)." is good."; Salad is good SaladSaladSaladSaladSalad is good is good SaladSaladSaladSaladSalad is good Salad Salad is good SaladSaladSaladSaladSalad is good is good SaladSaladSaladSaladSalad is good Salad ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions How many functions does PHP offer for searching strings using POSIX style regular expression? 9 7 8 10 9 7 8 10 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_replace() preg_find_replace() preg_find() preg_findre() preg_replace() preg_find_replace() preg_find() preg_findre() ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which one of the following is not a preg PHP function? preg_matchall preg_match_all preg_match preg_split preg_matchall preg_match_all preg_match preg_split ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions PHP has long supported two regular expression implementations known as _______ and _______.1. Perl2. PEAR3. Pearl4. POSIX 1 and 4 1 and 2 2 and 4 2 and 3 1 and 4 1 and 2 2 and 4 2 and 3 ANSWER DOWNLOAD EXAMIANS APP