Vidyalelo
Python · Q4

Regular Expressions in Python

Programming · Python · question 4

Q4

How can you use regular expressions in Python?

A.
By using the re module
Answer
B.
By using the regex keyword
C.
By including it as a string
D.
By using the regx function

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board