PHP Regular Expressions Which one of the following preg PHP functions is used to take a string, and put it in an array? preg_divide() preg_unchain() preg_split() preg_destroy() preg_divide() preg_unchain() preg_split() preg_destroy() 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 Which one of the following functions can be used to concatenate array elements to form a single delimited string? concat() implode() concatenate() explode() concat() implode() concatenate() explode() ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which among the following is/are not a metacharacter?1. /a2. /A3. /b4. /B Only 1 2 and 4 1 and 3 2, 3 and 4 Only 1 2 and 4 1 and 3 2, 3 and 4 ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which one of the following functions will convert a string to all uppercase? strtoupper() str_uppercase() uppercase() struppercase() strtoupper() str_uppercase() uppercase() struppercase() ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions POSIX stands for Portative Operating System Interface for Linux Portable Operating System Interface for Linux Portable Operating System Interface for Unix Portative Operating System Interface for Unix Portative Operating System Interface for Linux Portable Operating System Interface for Linux Portable Operating System Interface for Unix Portative Operating System Interface for Unix ANSWER DOWNLOAD EXAMIANS APP