Goodies of the Python Standard Library¶
match: <re.Match object; span=(9, 12), match='g12'> match.group(): g12 numbers: ['8', '1', '2', '5', '0', '9']
Goodies of the Python Standard Library¶
match: <re.Match object; span=(9, 12), match='g12'> match.group(): g12 numbers: ['8', '1', '2', '5', '0', '9']