PHP Regular Expressions [:alpha:] can also be specified as. [A-Za-z0-9] [A-z] [a-z] [A-za-z] [A-Za-z0-9] [A-z] [a-z] [A-za-z] ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which one of the following functions will convert a string to all uppercase? struppercase() uppercase() str_uppercase() strtoupper() struppercase() uppercase() str_uppercase() strtoupper() ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions POSIX implementation was deprecated in which version of PHP? PHP 4 PHP 5.2 PHP 5 PHP 5.3 PHP 4 PHP 5.2 PHP 5 PHP 5.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!"; Username must be all lowercase! No Output is returned Username is all lowercase! Error Username must be all lowercase! No Output is returned Username is all lowercase! Error ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions POSIX stands for Portable Operating System Interface for Linux Portable Operating System Interface for Unix Portative Operating System Interface for Linux Portative Operating System Interface for Unix Portable Operating System Interface for Linux Portable Operating System Interface for Unix Portative Operating System Interface for Linux Portative Operating System Interface for Unix ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which one of the following is not a preg PHP function? preg_split preg_match preg_matchall preg_match_all preg_split preg_match preg_matchall preg_match_all ANSWER DOWNLOAD EXAMIANS APP