fork(1) download
  1. import re
  2.  
  3. print ( re.search(
  4. r"(\d{1,4} [^\d:]{1,2} \d{1,4} [^\d:]{1,2} \d{1,4} | \w{3,10}.{,6}\d{4})",
  5. 'abc2024-07-08'
  6. ))
Success #stdin #stdout 0.12s 15512KB
stdin
Standard input is empty
stdout
None