Untitled
Anonymous
plain_text
09/25/2023 12:18 PM
112 B
15
Indexable
for text in test_reg:
print(text)
print(reg.findall('<td>(\s*.*)</td>', text))Editor is loading...
for text in test_reg:
print(text)
print(reg.findall('<td>(\s*.*)</td>', text))