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 9 8 10 7 9 8 ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which one of the following preg PHP function is used to do a find and replace on a string or an array? preg_find() preg_findre() preg_replace() preg_find_replace() preg_find() preg_findre() preg_replace() preg_find_replace() 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 PHP has long supported two regular expression implementations known as _______ and _______.1. Perl2. PEAR3. Pearl4. POSIX 2 and 4 2 and 3 1 and 2 1 and 4 2 and 4 2 and 3 1 and 2 1 and 4 ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which one of the following functions finds the last occurrence of a string, returning its numerical position? strpos() strlastpos() strlast() strrpos() strpos() strlastpos() strlast() strrpos() ANSWER DOWNLOAD EXAMIANS APP