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 can be used to concatenate array elements to form a single delimited string? explode() implode() concat() concatenate() explode() implode() concat() concatenate() ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which among the following is/are not a metacharacter?1. /a2. /A3. /b4. /B 1 and 3 2 and 4 2, 3 and 4 Only 1 1 and 3 2 and 4 2, 3 and 4 Only 1 ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions How many functions does PHP offer for searching and modifying strings using Perl-compatible regular expressions. 9 8 10 7 9 8 10 7 ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Parameter flags was added in which version of PHP? PHP 4.2 PHP 4.3 PHP 4.0 PHP 4.1 PHP 4.2 PHP 4.3 PHP 4.0 PHP 4.1 ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which one of the following functions will convert a string to all uppercase? strtoupper() str_uppercase() struppercase() uppercase() strtoupper() str_uppercase() struppercase() uppercase() ANSWER DOWNLOAD EXAMIANS APP