PHP Regular Expressions Say we have two compare two strings which of the following function/functions can you use?1. strcmp()2. strcasecmp()3. strspn()4. strcspn() 3 and 4 None of the mentioned All of the mentioned 1 and 2 3 and 4 None of the mentioned All of the mentioned 1 and 2 ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions POSIX implementation was deprecated in which version of PHP? PHP 5.2 PHP 5 PHP 5.3 PHP 4 PHP 5.2 PHP 5 PHP 5.3 PHP 4 ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions How many functions does PHP offer for searching strings using POSIX style regular expression? 7 9 8 10 7 9 8 10 ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions [:alpha:] can also be specified as. [A-z] [a-z] [A-Za-z0-9] [A-za-z] [A-z] [a-z] [A-Za-z0-9] [A-za-z] 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 finds the last occurrence of a string, returning its numerical position? strrpos() strpos() strlast() strlastpos() strrpos() strpos() strlast() strlastpos() ANSWER DOWNLOAD EXAMIANS APP