Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 2)
2.
Which module is commonly used for working with regular expressions?
math
re
os
datetime
Answer: Option
Explanation:
The re module in Python is used for working with regular expressions, allowing you to search, match, and manipulate strings based on specified patterns.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.