10.
What does the Regex function findall() return?
Please select an
answer.
Correct Answer:
(D)
Explanation:
The findall() function searches the complete string and returns every match in a list. It is useful for extracting order IDs, transaction numbers, phone numbers, and log data.