PHP Regular Expressions PHP has long supported two regular expression implementations known as _______ and _______.1. Perl2. PEAR3. Pearl4. POSIX 2 and 3 2 and 4 1 and 2 1 and 4 2 and 3 2 and 4 1 and 2 1 and 4 ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which one of the following is not a preg PHP function? preg_match preg_match_all preg_split preg_matchall preg_match preg_match_all preg_split preg_matchall ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions POSIX stands for 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 Portative Operating System Interface for Unix 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 What will be the output of the following PHP code?$url = "contact@examians.com";echo ltrim(strstr($url, "@"),"@"); examians.com contact contact@examians.com contact@ examians.com contact contact@examians.com contact@ 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