Sr. PHP Programmer Question:

How preg_match() function works?

Tweet Share WhatsApp

Answer:

preg_match() - The preg_match() function searches string for pattern, returning true if pattern exists, and false otherwise.

Read All 202 Senior PHP Programmer Questions
Previous QuestionNext Question
How will you send an email using PHP?How to delete a file from the system?