Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (55.6k points)

a) re
b) regex
c) pyregex
d) none of the mentioned

1 Answer

0 votes
by (41.4k points)

Correct Answer: Option (A)

The Python module re is a part of the standard library that regular expression support. You can be imported using:

import re

If you are looking for an online course to learn Python, check out this Python Certification program by Intellipaat.

Browse Categories

...