Python | Miscellaneous | Question 3
Which module in Python supports regular expressions?
(A) re
(B) regex
(C) pyregex
(D) None of the above
Answer: (A)
Explanation: re is a part of the standard library and can be imported using: import re.
Quiz of this Question
Please comment below if you find anything wrong in the above post
Please Login to comment...