Vidyalelo
Python · Q19

Regular Expressions in Python

Programming · Python · question 19

Q19

The function of re.search is . . . . . . . .

A.
Matches a pattern at the start of the string
B.
Matches a pattern at the end of the string
C.
Matches a pattern from any part of a string
Answer
D.
Such a function does not exist

Answer: Option C

Solution

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