in Python by (32.2k points)

Which of the following modules support regular expressions in Python?

i) reg

ii) re

iii) regex  

iv) regexp

1 Answer

0 votes
by (32.2k points)
Correct answer is iii) regex

Related questions

0 votes
asked May 17, 2020 in Python by SakshiSharma (32.2k points)
0 votes
...