Vidyalelo
Python · Q32

Regular Expressions in Python

Programming · Python · question 32

Q32

Which of the following functions results in case insensitive matching?

A.
re.A
B.
re.U
C.
re.I
Answer
D.
re.X

Answer: Option C

Solution

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