What does the match method of re module do?

Questions & AnswersCategory: Programming LanguageWhat does the match method of re module do?
Adam asked 2 years ago

What does the match method of re module do?
a. It matches the pattern at end of the string
b. It matches the pattern at any position of the string
c. It matches a pattern at the start of the string
d. No such method exists