PHP Regular Expressions Which one of the following functions finds the last occurrence of a string, returning its numerical position? strrpos() strlast() strpos() strlastpos() strrpos() strlast() strpos() strlastpos() ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which one of the following functions can be used to concatenate array elements to form a single delimited string? concatenate() implode() concat() explode() concatenate() implode() concat() explode() ANSWER DOWNLOAD EXAMIANS APP
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 POSIX implementation was deprecated in which version of PHP? PHP 5 PHP 5.3 PHP 4 PHP 5.2 PHP 5 PHP 5.3 PHP 4 PHP 5.2 ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions How many functions does PHP offer for searching and modifying strings using Perl-compatible regular expressions. 9 10 7 8 9 10 7 8 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_split() preg_divide() preg_unchain() preg_destroy() preg_split() preg_divide() preg_unchain() ANSWER DOWNLOAD EXAMIANS APP