Vidyalelo
Python · Q13

Regular Expressions in Python

Programming · Python · question 13

Q13

What does the function re.search do?

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

Answer: Option B

Solution

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