How can you search for a specific pattern in a string using regular expressions in Python?
A. By using the search() function from the re module
B. By using the find() function
C. By using the locate() function
D. By using the match() function
Answer: Option A

Join The Discussion