fork download
  1. import re
  2. m = re.search(r"^\d{4,}?([12]\d{7})", "6278041121932517")
  3. if m:
  4. print(m.group(1))
Success #stdin #stdout 0s 24080KB
stdin
Standard input is empty
stdout
11219325