PHP Regular Expressions Which one of the following functions will convert a string to all uppercase? uppercase() struppercase() strtoupper() str_uppercase() uppercase() struppercase() strtoupper() str_uppercase() 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 Salad is good SaladSaladSaladSaladSalad is good is good Salad is good SaladSaladSaladSaladSalad Salad is good SaladSaladSaladSaladSalad is good is good Salad 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 2 2 and 4 1 and 4 2 and 3 1 and 2 2 and 4 1 and 4 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 Unix Portative Operating System Interface for Linux Portable Operating System Interface for Linux Portable Operating System Interface for Unix Portative Operating System Interface for Unix Portative Operating System Interface for Linux ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions [:alpha:] can also be specified as. [A-z] [a-z] [A-za-z] [A-Za-z0-9] [A-z] [a-z] [A-za-z] [A-Za-z0-9] ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which one of the following functions is used to search a string? preg_match preg_search preg_found preg_find preg_match preg_search preg_found preg_find ANSWER DOWNLOAD EXAMIANS APP