PHP Regular Expressions Which one of the following preg PHP functions is used to take a string, and put it in an array? preg_split() preg_destroy() preg_divide() preg_unchain() preg_split() preg_destroy() preg_divide() preg_unchain() ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which one of the following functions will convert a string to all uppercase? strtoupper() struppercase() str_uppercase() uppercase() strtoupper() struppercase() str_uppercase() uppercase() ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which one of the following functions finds the last occurrence of a string, returning its numerical position? strrpos() strlast() strlastpos() strpos() strrpos() strlast() strlastpos() strpos() ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which among the following is/are not a metacharacter?1. /a2. /A3. /b4. /B 2 and 4 Only 1 2, 3 and 4 1 and 3 2 and 4 Only 1 2, 3 and 4 1 and 3 ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions What will be the output of the following PHP code?$username = "jasoN";if (ereg("([^a-z])",$username))echo "Username must be all lowercase!";elseecho "Username is all lowercase!"; Error No Output is returned Username is all lowercase! Username must be all lowercase! Error No Output is returned Username is all lowercase! Username must be all lowercase! ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions POSIX stands for Portative Operating System Interface for Unix Portable Operating System Interface for Unix Portable Operating System Interface for Linux Portative Operating System Interface for Linux Portative Operating System Interface for Unix Portable Operating System Interface for Unix Portable Operating System Interface for Linux Portative Operating System Interface for Linux ANSWER DOWNLOAD EXAMIANS APP