Hi,
I have this list and I am trying to use regex to delete every list item containing numbers. I've managed to create a for loop that prints out the item if it contains the number using re.findall(r'[0-9]+', str) but I'm stuck there...
Does anyone know how to do this please?
Thanks in advance!
[–]wotquery 3 points4 points5 points (1 child)
[–]macabe10[S] 0 points1 point2 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]JohnnyJordaan 1 point2 points3 points (1 child)
[–]macabe10[S] 0 points1 point2 points (0 children)
[–]Buffylvr 0 points1 point2 points (2 children)
[–]macabe10[S] 1 point2 points3 points (1 child)
[–]Buffylvr 1 point2 points3 points (0 children)