Vidyalelo
Python · Q23

Regular Expressions in Python

Programming · Python · question 23

Q23

. . . . . . . . matches the start of the string. . . . . . . . . matches the end of the string.

A.
'^', '$'
Answer
B.
'$', '^'
C.
'$', '?'
D.
'?', '^'

Answer: Option A

Solution

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