Python regular expressions – how to capture multiple groups from a wildcard expression?
I have a Python regular expression that contains a group which can occur zero or many times – but when I retrieve the list of groups afterwards, only the last one is present. Example: