Vidyalelo
Python · Q28

Regular Expressions in Python

Programming · Python · question 28

Q28

Which of the following functions clears the regular expression cache?

A.
re.sub()
B.
re.pos()
C.
re.purge()
Answer
D.
re.subn()

Answer: Option C

Solution

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