PHP Regular Expressions How many functions does PHP offer for searching and modifying strings using Perl-compatible regular expressions. 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 PHP 5.3 PHP 5.2 PHP 4 PHP 5 PHP 5.3 PHP 5.2 PHP 4 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_find_replace() preg_replace() preg_find() preg_findre() preg_find_replace() preg_replace() preg_find() preg_findre() 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
PHP Regular Expressions Which one of the following functions can be used to concatenate array elements to form a single delimited string? concat() concatenate() implode() explode() concat() concatenate() implode() explode() ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which one of the following functions finds the last occurrence of a string, returning its numerical position? strlast() strpos() strlastpos() strrpos() strlast() strpos() strlastpos() strrpos() ANSWER DOWNLOAD EXAMIANS APP