Vidyalelo
Python · Q11

Regular Expressions in Python

Programming · Python · question 11

Q11

What does the function re.match do?

A.
matches a pattern at the start of the string
Answer
B.
matches a pattern at any position in the string
C.
such a function does not exist
D.
none of the mentioned

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board