MCQs > IT & Programming > Python > What is the difference between the regular expression functions match and search?

Python MCQs

What is the difference between the regular expression functions match and search?

Answer

Correct Answer: match looks for matches only at the start of its input, search finds strings anywhere in the input.

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it