

InterviewSolution
Saved Bookmarks
1. |
What does the function re.match do?(a) matches a pattern at the start of the string(b) matches a pattern at any position in the string(c) such a function does not exist(d) none of the mentionedI have been asked this question in class test.The origin of the question is Regular Expressions in division Regular Expressions and Files of Python |
Answer» The correct option is (a) MATCHES a pattern at the start of the string |
|