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
PHP Regular Expressions Parameter flags was added in which version of PHP? PHP 4.0 PHP 4.2 PHP 4.3 PHP 4.1 PHP 4.0 PHP 4.2 PHP 4.3 PHP 4.1 ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which one of the following functions is used to search a string? preg_search preg_match preg_find preg_found preg_search preg_match preg_find preg_found ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions What will be the output of the following PHP code?echo str_pad("Salad", 5)." is good."; is good SaladSaladSaladSaladSalad SaladSaladSaladSaladSalad is good Salad is good is good Salad is good SaladSaladSaladSaladSalad SaladSaladSaladSaladSalad is good Salad is good is good Salad 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 Which one of the following functions can be used to concatenate array elements to form a single delimited string? explode() concat() implode() concatenate() explode() concat() implode() concatenate() ANSWER DOWNLOAD EXAMIANS APP