A
alf
Hi,
Let's run following:
Why does it return '' as a first element of the list?
Any insight?
Let's run following:
['', '[aa]', 'bb', '[11]', '22']>>> re.compile('(\[.*?\])').split('[aa]bb[11]22')
Why does it return '' as a first element of the list?
Any insight?