Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 62)
62.
Which module in Python provides functions for working with regular expressions in a more advanced and powerful manner than the re module?
regexlib
advancedre
relib
regex
Answer: Option
Explanation:
The regex module in Python provides functions for working with regular expressions in a more advanced and powerful manner than the re module.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.