PHP Regular Expressions [:alpha:] can also be specified as. [a-z] [A-Za-z0-9] [A-za-z] [A-z] [a-z] [A-Za-z0-9] [A-za-z] [A-z] 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_unchain() preg_destroy() preg_divide() preg_split() preg_unchain() preg_destroy() preg_divide() preg_split() ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions POSIX implementation was deprecated in which version of PHP? PHP 5 PHP 4 PHP 5.3 PHP 5.2 PHP 5 PHP 4 PHP 5.3 PHP 5.2 ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions What will be the output of the following PHP code?$foods = array("pasta", "steak", "fish", "potatoes");$food = preg_grep("/^s/", $foods);print_r($food); Array ( [3] => potatoes ) Array ( [0] => potatoes ) Array ( [1] => steak ) Array ( [0] => pasta [1] => steak [2] => fish [3] => potatoes ) Array ( [3] => potatoes ) Array ( [0] => potatoes ) Array ( [1] => steak ) Array ( [0] => pasta [1] => steak [2] => fish [3] => potatoes ) ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions PHP has long supported two regular expression implementations known as _______ and _______.1. Perl2. PEAR3. Pearl4. POSIX 2 and 3 1 and 4 1 and 2 2 and 4 2 and 3 1 and 4 1 and 2 2 and 4 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