What does the match method of re module do?
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