Open madhoshyagnik opened 3 months ago
The code is using re.search instead of re.findall, therefore is only returning only one entry even if there are multiple in the input text.
The code is using re.search instead of re.findall, therefore is only returning only one entry even if there are multiple in the input text.