

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following functions clears the regular expression cache? |
A. | re.sub() |
B. | re.pos() |
C. | re.purge() |
D. | re.subn() |
Answer» D. re.subn() | |