Which Of The Following Functions Clears The Regular Expression #965
Which of the following functions clears the regular expression cache?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Regular Expressions - Python Regular Expressions - Quiz No.2.
Which of the following functions clears the regular expression cache?
re.sub()
re.pos()
re.purge()
re.subn()