python-for-devops icon indicating copy to clipboard operation
python-for-devops copied to clipboard

Fix suggestion for 03-regex-findall.py, thanks for consideration.

Open madhoshyagnik opened this issue 7 months ago • 0 comments

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.

madhoshyagnik avatar Jul 27 '24 03:07 madhoshyagnik