Intermediate PHP quiz that cover common issues and solutions in PHP programming
Which of the following is correct about preg_match() function?
The preg_match() function searches a string specified by string for a string specified by pattern, returning true if the pattern is found, and false otherwise.
The preg_match() function searches throughout a string specified by pattern for a string specified by string. The search is not case sensitive.
The preg_match() function searches string for pattern, returning true if pattern exists, and false otherwise.
None of the above
© 2017 QuizBucket.org