PHP Regular Expressions Which one of the following functions is used to search a string? preg_find preg_search preg_found preg_match preg_find preg_search preg_found preg_match ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which one of the following regular expression matches any string containing zero or one p? p+ P? p# p* p+ P? p# p* ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which one of the following functions will convert a string to all uppercase? strtoupper() uppercase() str_uppercase() struppercase() strtoupper() uppercase() str_uppercase() struppercase() ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions [:alpha:] can also be specified as. [A-za-z] [a-z] [A-z] [A-Za-z0-9] [A-za-z] [a-z] [A-z] [A-Za-z0-9] ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions How many functions does PHP offer for searching strings using POSIX style regular expression? 10 7 8 9 10 7 8 9 ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which among the following is/are not a metacharacter?1. /a2. /A3. /b4. /B 2, 3 and 4 1 and 3 Only 1 2 and 4 2, 3 and 4 1 and 3 Only 1 2 and 4 ANSWER DOWNLOAD EXAMIANS APP