python-for-devops
python-for-devops copied to clipboard
Fix suggestion for 03-regex-findall.py, thanks for consideration.
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.