Q30
What is the role of the re module in web scraping?
A.
Handling HTTP requests
B.
Parsing JSON responses
C.
Working with regular expressions
AnswerD.
Creating web forms
Answer: Option C
Solution
Answer: Option C
Solution:
The re module is used to work with regular expressions for pattern matching and text manipulation.