Open In App

Python | Miscellaneous | Question 3

Like Article
Like
Save
Share
Report

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


Last Updated : 28 Jun, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads