Sr. PHP Programmer Question:
How preg_match() function works?
Answer:
preg_match() - The preg_match() function searches string for pattern, returning true if pattern exists, and false otherwise.
Previous Question | Next Question |
How will you send an email using PHP? | How to delete a file from the system? |