Vidyalelo
Python · Q56

Regular Expressions in Python

Programming · Python · question 56

Q56

Which of the following pattern matching modifiers permits whitespace and comments inside the regular expression?

A.
re.L
B.
re.S
C.
re.U
D.
re.X
Answer

Answer: Option D

Solution

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