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 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. 10 8 7 9 10 8 7 9 ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions What will be the output of the following PHP code?$author = "nachiketh@example.com";$author = str_replace("a","@",$author);echo "Contact the author of this article at $author."; Contact the author of this article at n@chiketh@ex@mple.com Cont@ct the @uthor of this @rticle @t n@chiketh@ex@mple.com Error Contact the author of this article at nachiketh@ex@mple.com Contact the author of this article at n@chiketh@ex@mple.com Cont@ct the @uthor of this @rticle @t n@chiketh@ex@mple.com Error Contact the author of this article at nachiketh@ex@mple.com ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions How many functions does PHP offer for searching strings using POSIX style regular expression? 7 10 9 8 7 10 9 8 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