Vidyalelo
Python · Q70

Regular Expressions in Python

Programming · Python · question 70

Q70

The function of re.match is . . . . . . . .

A.
Error
B.
Matches a pattern anywhere in the string
C.
Matches a pattern at the end of the string
D.
Matches a pattern at the start of the string
Answer

Answer: Option D

Solution

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