What does the function re.match do?
Posted: Wed Jul 13, 2022 7:45 pm
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 mentioned
b) matches a pattern at any position in the string
c) such a function does not exist
d) none of the mentioned