Vidyalelo
Python · Q63

Regular Expressions in Python

Programming · Python · question 63

Q63

Which of the following functions does not accept any argument?

A.
re.purge
Answer
B.
re.compile
C.
re.findall
D.
re.match

Answer: Option A

Solution

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