79307240

Date: 2024-12-25 09:24:01
Score: 1.5
Natty:
Report link

fixed.

import re
text1=*****
text2=*****
text3=*****
textsub = [text1,text2,text3]
Invoicenumbercapture = r"(\d+)"


for text in textsub:
       print((re.search(Invoicenumbercapture, text)).group())
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: pixy solowing RAY