Ask 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 ()

+1
Answers (1)
  1. 24 May, 16:10
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers