What does the search method of re module do?

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

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