Ask Question
2 October, 12:09

This function is used for checking or searching for patterns in a given text

Select one:

a. preg_match ()

check ()

b. regex ()

c. regexp ()

+1
Answers (1)
  1. 2 October, 14:02
    0
    preg_match ()

    Explanation:

    In the question

    preg_match () function is used for checking or search for patterns in a given text.

    The above function performs regular expression match. It can be used to verify whether the format of data i. e. name, email, phone number etc, entered by the user was correct or not find or replace matching string within text content and so on.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “This function is used for checking or searching for patterns in a given text Select one: a. preg_match () check () b. regex () c. regexp () ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers