Ask Question
21 July, 18:30

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

Select one:

a. preg_match ()

check ()

b. regex ()

c. regexp ()

+2
Answers (1)
  1. 21 July, 20:36
    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?
Get 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 & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers